Source Edit pluggin is not working in the RTE component that I created. | Community
Skip to main content
Level 2
October 6, 2020
Solved

Source Edit pluggin is not working in the RTE component that I created.

  • October 6, 2020
  • 2 replies
  • 1777 views

I have followed the available guidelines to add source edit in RTE by adding a property 'misctools' and adding the value in 'inline' nodes. Still I can't see the SourceEdit functionality. What could I be missing? 

 

Thanks. 

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 Manjunath_K

Hi @zameer_abbas 

Can please cross check whether you have included "misctools#sourceedit" in toolbar property list, adding this will enable source edit option. if you have already included this & still if its not visible then please share dialog.xml screenshot/code snippet.

 

<uiSettings jcr:primaryType="nt:unstructured">
<cui jcr:primaryType="nt:unstructured">
<inline
jcr:primaryType="nt:unstructured"
toolbar="[format#bold,misctools#sourceedit]">
<popovers jcr:primaryType="nt:unstructured">
</popovers>
</inline>
<dialogFullScreen
jcr:primaryType="nt:unstructured"
toolbar="[format#bold,misctools#sourceedit]">
<popovers jcr:primaryType="nt:unstructured">
</popovers>
</dialogFullScreen>
</cui>
</uiSettings>

 

-Manjunath

2 replies

Manjunath_K
Manjunath_KAccepted solution
Level 7
October 6, 2020

Hi @zameer_abbas 

Can please cross check whether you have included "misctools#sourceedit" in toolbar property list, adding this will enable source edit option. if you have already included this & still if its not visible then please share dialog.xml screenshot/code snippet.

 

<uiSettings jcr:primaryType="nt:unstructured">
<cui jcr:primaryType="nt:unstructured">
<inline
jcr:primaryType="nt:unstructured"
toolbar="[format#bold,misctools#sourceedit]">
<popovers jcr:primaryType="nt:unstructured">
</popovers>
</inline>
<dialogFullScreen
jcr:primaryType="nt:unstructured"
toolbar="[format#bold,misctools#sourceedit]">
<popovers jcr:primaryType="nt:unstructured">
</popovers>
</dialogFullScreen>
</cui>
</uiSettings>

 

-Manjunath

Level 2
October 7, 2020

Hi @2240996
Thanks for the help. I tried by adding the properties as well. But then I recreated dialog using      https://helpx.adobe.com/experience-manager/using/touchUI_RTE_configure.html and it worked.

 

Regards,

Zameer

vanegi
Adobe Employee
Adobe Employee
October 6, 2020

Try with this TouchUI_RTE_customizeA.zip package available in https://helpx.adobe.com/experience-manager/using/touchUI_RTE_configure.html

 

Level 2
October 7, 2020
Thanks @vanegi It is resolved now.