Adding RTE Plugins in custom widget | Community
Skip to main content
Ankur_Khare
New Participant
October 16, 2015
Solved

Adding RTE Plugins in custom widget

  • October 16, 2015
  • 1 reply
  • 1191 views

Hi,

I have created a custom widget in which i have a rte defined as below:

                        this.textField1 = new  CQ.form.RichText({ 
                            width : 'auto', 
                            "stateful" : false 
                        }); 
                        this.add(this.textField1);

The rich text field appears but with out the plugins(subscript, superscript etc).

Could someone suggest me a way to add the plugins too.

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 smacdonald2008

We have a community article that covers this use case. See:

http://helpx.adobe.com/experience-manager/using/creating-aem-multifield-components.html

By following this article -- you will learn how to work with plugins with custom components. 

1 reply

smacdonald2008
smacdonald2008Accepted solution
New Participant
October 16, 2015

We have a community article that covers this use case. See:

http://helpx.adobe.com/experience-manager/using/creating-aem-multifield-components.html

By following this article -- you will learn how to work with plugins with custom components.