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.

<m:head>

And then in the form you would do the following

<m:fckeditor key="project.description" />

The FCKEditorTag extends the TextareaTag, so what ever parameters you can
send to a textarea you can do with the FCKEditorTag.

Currently the only problem is loading the fckstyles.xml and fcktemplate.xml
from the plug-in jar but I am sure I'll get that working shortly.

Regards,
Mark P Ashworth
http://www.connext.co.za



astepanenko wrote:
> 
> 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 would be updated together with the core lib, that
> would be great!
> 
> Regards,
> -- 
> Andrew Stepanenko,
> Software engineer,
> Ukrainian-Dutch Faculty of Economics and Management
> Ternopil State Economic University
> Shevchenko Street 9, Ternopil, 46000 UKRAINE
> Web: http://unf.tane.edu.ua
> 
> 
> On 7/3/07, Mark P Ashworth <[EMAIL PROTECTED]> wrote:
>>
>> Good Day,
>>
>> I am busy updating my Struts 2 plug-in that contains a tag for the Open
>> Flash Chart component and I was wondering if anybody would be interested
>> in
>> a tag for the popular FCKeditor component?
>>
>> I have the basic editor working and based upon response will make it
>> available in the Connext-Graph plug-in.
>>
>> Regards,
>> Mark P Ashworth
>> http://ww.connext.co.za
>> --
>> View this message in context:
>> http://www.nabble.com/-S2--FCKeditor-tf4017623.html#a11410028
>> Sent from the Struts - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> 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]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/-S2--FCKeditor-tf4017623.html#a11424322
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to