YUI sure looks better than Visural. Unfortunately it still doesn't have
the nice right click/context menu that FckEditor has - have to double
click on an image to get to its properties form. It also doesn't have
all the powerful advanced styling options that FckEditor has - well not
in the examples I saw anyway.

Is your YUI/Wicket component/integration code publicly available or
could it be?

> -----Original Message-----
> From: M. Hammer [mailto:[email protected]]
> Sent: Saturday, 29 May 2010 8:09 AM
> To: [email protected]
> Subject: Re: Rich Text Editors and Wicket
> 
> 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]


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

Reply via email to