I also want to know how to process image add in wicket.can anyone write a 
example about adding image in wicket.the image upload generally use a frame to 
upload.so,the hard code way someone told me before is this way?  get the 
request url of wicket form,and assign it to the form action of frame, and write 
a FileItem in wicket code?I can't solve this .actuly,image upload is 
unnecessary for me latter.visural-wicket-examples is well.the athor said he 
will develop a image upload,but not now!I will wait !

2010-05-29 



wicketyan 



发件人: Chris Colman 
发送时间: 2010-05-29  06:18:38 
收件人: users@wicket.apache.org 
抄送: 
主题: RE: Rich Text Editors and Wicket 
 
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:nab...@hammer-tour.com]
> Sent: Saturday, 29 May 2010 8:09 AM
> To: users@wicket.apache.org
> Subject: Re: Rich Text Editors and Wicket
> 
> Quoting Chris Colman <chr...@stepaheadsoftware.com>:
> > 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: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to