I've used TinyMCE in the new widgets/form framework. I implemented it with a widget that basically does the same thing as the old form helper, so you should just be able to set the 'editor' option to 'fck' to get it to use FCKeditor instead. The code itself is here: http://somethingemporium.com/2008/08/rich-text-editor-widget-in-symfony-11-tinymce
Dom On Sat, Sep 6, 2008 at 9:27 PM, klemens_u <[EMAIL PROTECTED]> wrote: > > Hello, > > has anyone implemented FCKeditor in a sfForm from yet? > > I see two possibilities: > - Create a widget or > - Transform a simple textarea tag into FCKeditor with javascript. > > Your thougthts? > > Thanks! > > :-) Klemens > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en -~----------~----~----~----~------~----~------~--~---
