Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.
SOLVED

Replace textarea to rich text editor

Avatar

Level 3

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

1 Accepted Solution

Avatar

Correct answer by
Level 10

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

View solution in original post

3 Replies

Avatar

Level 10

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

Avatar

Level 3

Thanks for the reply

Don't we have anything from  OOTB that could used ,I am using CQ5.6.1

Avatar

Correct answer by
Level 10

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