I need a very simple rich text editor that allows me to select text and use a custom button to wrap the selection with custom xml tags. It doesn't need any of the standard features of RichTextEditor such as bold, link, etc.
Looking at the javadoc, RichTextEditor doesn't seem to allow that sort of modification. A similar thread (http://forums.smartclient.com/showthread.php?t=15888) suggests using CKEditor or tinyMCE. I'm experimenting with tinyMCE now.
But can I just use RichTextEditor? Or some combination of HTMLFlow and FormItems to create this kind of widget?
Many thanks
,chris
(SGWT EE 2.5 eval)
Looking at the javadoc, RichTextEditor doesn't seem to allow that sort of modification. A similar thread (http://forums.smartclient.com/showthread.php?t=15888) suggests using CKEditor or tinyMCE. I'm experimenting with tinyMCE now.
But can I just use RichTextEditor? Or some combination of HTMLFlow and FormItems to create this kind of widget?
Many thanks
,chris
(SGWT EE 2.5 eval)
Comment