Re: [S2] FCKeditor

2007-07-22 Thread Zoran Avtarovski
We've got this on our todo list but we're kind of snowed under a little at the moment. You know that you can use the standard Jsp tags like below with Struts2 and it works as expected : Z. > > Hi Mark, > Any news about FCKEditor Struts2 plug-in? > > > Mark P Ashworth wrote: >> >>

Re: [S2] FCKeditor

2007-07-20 Thread Mark P Ashworth
Good Day, I got the basic FCKEditor to work as a plug-in but the advance features like the templates and the styles did not want to resolve correctly from withi the jar. It is quite simple to use the editor using the javascript as a normal web resource. FCKEditor has many features that woud take

Re: [S2] FCKeditor

2007-07-20 Thread florinmarcus
Hi Mark, Any news about FCKEditor Struts2 plug-in? Mark P Ashworth wrote: > > It will be a plug-in to the Struts 2 core. > I am very eager to see that happening. Is there any place from where to download the plug-in? Many Thanks Florin Marcus -- View this message in context: http://www.

Re: [S2] FCKeditor

2007-07-03 Thread Mark P Ashworth
Good Day, It will be a plug-in to the Struts 2 core. An example of the tag would be To include the FCKEditor javascript library, you will do the following in the head section of your page. And then in the form you would do the following The

Re: [S2] FCKeditor

2007-07-03 Thread Andrew Stepanenko
Hi Mark, I would be interested in richtexteditor tag based on FCKeditor in Struts2. Currently I ported the richtexteditor tag from WebWork to some older Struts2 build. So if you can provide a convenient way, which would allow upgrading the core lib while using the same plugin, or if the plugin wo