Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Rte Plugin for Touch Ui

Avatar

Level 4

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.

1 Accepted Solution

Avatar

Correct answer by
Level 4

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

View solution in original post

1 Reply

Avatar

Correct answer by
Level 4

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