Quoting Chris Colman <[email protected]>:
Does anyone have experience with using Rich Text Editors in Wicket?
I've used the TinyMCE integration from Wicketstuff (http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-contrib-tinymce), but then ended up using YUI Editor (http://developer.yahoo.com/yui/editor/), because it looks nicer :-)

Generally, integrating a client-side lib (an editor, JQuery, whatever) with Wicket is only a matter of providing convenience wrappers. Add the Javascript/CSS via header contributors, and write a panel for the actual Javascript invocation. As long as no AJAX is involved, things are straight-forward. If you need to render dynamic Javascript, TextTemplateHeaderContributor is an invaluable tool.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to