Create rich Text Editor using CQ.Util.Build
I need to create a RTE using the CQ.Util.Build (as an extension to what has been done in the "/foundation/social/blog/entryForm" JSP)
The final editor needs to have somewhat these features :
[img]rte-plugin-editor.JPG[/img]
This is the complete code I sued for the richtext editor but I still don't see any new features in the editor:
"rtePlugins":{ "spellcheck":{"features":"*"}, "image":{"features":"* "}, "edit":{"features":"* "}, "justify":{"features":"* "}, "misctools":{"features":"* "}, "table":{"features":"* "}, "undo":{"features":"* "} }