Rich text editor for JSF 2
Posted
by Pradyumna
on Stack Overflow
See other posts from Stack Overflow
or by Pradyumna
Published on 2010-06-11T14:38:15Z
Indexed on
2010/06/11
14:43 UTC
Read the original article
Hit count: 559
Hi,
I searched around for a basic WYSIWYG rich text editor that I can use in a JSF 2 (VDL) application, but found nothing satisfactory.. in the sense that:
- The editor is very extensive, and not configurable (like PrettyFaces)
- The editor doesn't work with VDL (like RichFaces)
- Multiple instances of the editor cannot be used on the same page (like Tomahawk t:htmlArea)
I actually don't need all the fancy things like Fonts, Indenting/justification, undo/redo... just Bold, Italic, Lists and Hyperlinks would suffice.
Do you know of something that works well in this scenario, as well as gives out XHTML compliant markup, and works well with partial page refreshes(f:ajax), or would you recommend that I write my own?
Thank you!
Pradyumna
© Stack Overflow or respective owner