Replace textarea to rich text editor | Community
Skip to main content
New Participant
October 16, 2015
Solved

Replace textarea to rich text editor

  • October 16, 2015
  • 3 replies
  • 1578 views

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

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 Lokesh_Shivalingaiah

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

3 replies

Lokesh_Shivalingaiah
New Participant
October 16, 2015

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

New Participant
October 16, 2015

Thanks for the reply

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

Lokesh_Shivalingaiah
Lokesh_ShivalingaiahAccepted solution
New Participant
October 16, 2015

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