I'm working on a Symfony 1.2 project, and I had no problem using rich=fck. All I had to do was install FCK as the error message instructed me to do. I assume rich=tinymce (rich=mce?) works the same way, finding the appropriate rich text editor subclass by name. Not sure about rich=true. But if this stuff is deprecated, it sure isn't deprecated in a way one can easily find out about (not in the documentation, not in a warning message, etc).
Actually the 1.2 documentation has a bug: it implies you should write rich=sfRichTextEditorTinyMCE when in fact you should just type rich=TinyMCE, otherwise it looks for sfRichTextEditorsfRichTextEditorTinyMCE which won't be found. 2008/11/17 develop7 <[EMAIL PROTECTED]>: > > Hi. > > Well, since tinyMCE support was moved into sfFormExtraPlugin (http:// > www.symfony-project.org/plugins/sfFormExtraPlugin), I think yes - it > is deprecated. > > On 10 нояб, 11:27, Vit228 <[EMAIL PROTECTED]> wrote: >> Hi all!!! >> >> %%subj%% >> >> Now I'm started to using widget for tinyMCE/FCK in admin. >> >> Thanks! > > > -- Tom Boutell www.punkave.com www.boutell.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
