Rte Plugin for Touch Ui | Community
Skip to main content
narayanank84409
New Participant
October 16, 2015
Solved

Rte Plugin for Touch Ui

  • October 16, 2015
  • 1 reply
  • 1365 views

Hi Team,

I am trying to add new plugin for Rich text for Touch UI.

I gave my dialog like this, but it's not working.

Please help me if i missed some thing in my dialog.

 <field

                                                        jcr:primaryType="nt:unstructured"

                                                        sling:resourceType="cq/gui/components/authoring/dialog/richtext"

                                                        renderReadOnly="{Boolean}true"

                                                        fieldLabel="Text"

                                                        name="./test">

                                                     <rtePlugins jcr:primaryType="nt:unstructured">

                                                         <paraformat jcr:primaryType="nt:unstructured" features="*">

                                                            <formats jcr:primaryType="nt:unstructured"

                                                                 sling:resourceType="granite/ui/components/foundation/container">

                                                                <paragraph jcr:primaryType="nt:unstructured" description="Paragraph" tag="p"/>

                                                                <heading1 jcr:primaryType="nt:unstructured" description="Heading 1" tag="h1"/>

                                                                <heading2 jcr:primaryType="nt:unstructured" description="Heading 2" tag="h2"/>

                                                                <heading3 jcr:primaryType="nt:unstructured" description="Heading 3" tag="h3"/>

                                                                <heading4 jcr:primaryType="nt:unstructured" description="Heading 4" tag="h4"/>

                                                                <heading5 jcr:primaryType="nt:unstructured" description="Heading 5" tag="h5"/>

                                                                <heading6 jcr:primaryType="nt:unstructured" description="Heading 6" tag="h6"/>

                                                                <heading7 jcr:primaryType="nt:unstructured" description="Heading 7" tag="h7"/>

                                                            </formats>

                                                        </paraformat>

                                                   </rtePlugins>

                                                </field>

 

Thanks in advance.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by narayanank84409

narayanank8440946 wrote...

Hi Team,

I am trying to add new plugin for Rich text for Touch UI.

I gave my dialog like this, but it's not working.

Please help me if i missed some thing in my dialog.

 <field

                                                        jcr:primaryType="nt:unstructured"

                                                        sling:resourceType="cq/gui/components/authoring/dialog/richtext"

                                                        renderReadOnly="{Boolean}true"

                                                        fieldLabel="Text"

                                                        name="./test">

                                                     <rtePlugins jcr:primaryType="nt:unstructured">

                                                         <paraformat jcr:primaryType="nt:unstructured" features="*">

                                                            <formats jcr:primaryType="nt:unstructured"

                                                                 sling:resourceType="granite/ui/components/foundation/container">

                                                                <paragraph jcr:primaryType="nt:unstructured" description="Paragraph" tag="p"/>

                                                                <heading1 jcr:primaryType="nt:unstructured" description="Heading 1" tag="h1"/>

                                                                <heading2 jcr:primaryType="nt:unstructured" description="Heading 2" tag="h2"/>

                                                                <heading3 jcr:primaryType="nt:unstructured" description="Heading 3" tag="h3"/>

                                                                <heading4 jcr:primaryType="nt:unstructured" description="Heading 4" tag="h4"/>

                                                                <heading5 jcr:primaryType="nt:unstructured" description="Heading 5" tag="h5"/>

                                                                <heading6 jcr:primaryType="nt:unstructured" description="Heading 6" tag="h6"/>

                                                                <heading7 jcr:primaryType="nt:unstructured" description="Heading 7" tag="h7"/>

                                                            </formats>

                                                        </paraformat>

                                                   </rtePlugins>

                                                </field>

 

Thanks in advance.

 

https://docs.adobe.com/docs/en/aem/6-1/administer/operations/page-authoring/rich-text-editor.html

1 reply

narayanank84409
narayanank84409AuthorAccepted solution
New Participant
October 16, 2015

narayanank8440946 wrote...

Hi Team,

I am trying to add new plugin for Rich text for Touch UI.

I gave my dialog like this, but it's not working.

Please help me if i missed some thing in my dialog.

 <field

                                                        jcr:primaryType="nt:unstructured"

                                                        sling:resourceType="cq/gui/components/authoring/dialog/richtext"

                                                        renderReadOnly="{Boolean}true"

                                                        fieldLabel="Text"

                                                        name="./test">

                                                     <rtePlugins jcr:primaryType="nt:unstructured">

                                                         <paraformat jcr:primaryType="nt:unstructured" features="*">

                                                            <formats jcr:primaryType="nt:unstructured"

                                                                 sling:resourceType="granite/ui/components/foundation/container">

                                                                <paragraph jcr:primaryType="nt:unstructured" description="Paragraph" tag="p"/>

                                                                <heading1 jcr:primaryType="nt:unstructured" description="Heading 1" tag="h1"/>

                                                                <heading2 jcr:primaryType="nt:unstructured" description="Heading 2" tag="h2"/>

                                                                <heading3 jcr:primaryType="nt:unstructured" description="Heading 3" tag="h3"/>

                                                                <heading4 jcr:primaryType="nt:unstructured" description="Heading 4" tag="h4"/>

                                                                <heading5 jcr:primaryType="nt:unstructured" description="Heading 5" tag="h5"/>

                                                                <heading6 jcr:primaryType="nt:unstructured" description="Heading 6" tag="h6"/>

                                                                <heading7 jcr:primaryType="nt:unstructured" description="Heading 7" tag="h7"/>

                                                            </formats>

                                                        </paraformat>

                                                   </rtePlugins>

                                                </field>

 

Thanks in advance.

 

https://docs.adobe.com/docs/en/aem/6-1/administer/operations/page-authoring/rich-text-editor.html