I have CQ5.6.1 application which has a JSP where the html tag was <textarea>.....</textarea>
Now my requirement i need to replace it with Rich text editor ,please let me know how could I go doing this
For reference the file is /libs/foundation/components/form/text
Thanks
Solved! Go to Solution.
Views
Replies
Total Likes
These tags are html specific.. If you are using HTML or JSP that is the option.
AEM gives the RTE as a widget xtype to use in the dialog
Views
Replies
Total Likes
If you need rich text in jsp , you can use the 3rd party scripts like ckeditor, cleditor . refer [1] to see an example
[1] http://www.codeproject.com/Articles/254007/An-Example-to-Use-HTML-Rich-Text-Editor-Cleditor
Views
Replies
Total Likes
Thanks for the reply
Don't we have anything from OOTB that could used ,I am using CQ5.6.1
Views
Replies
Total Likes
These tags are html specific.. If you are using HTML or JSP that is the option.
AEM gives the RTE as a widget xtype to use in the dialog
Views
Replies
Total Likes
Views
Likes
Replies