Thanks you Guy
it fixed my problem.

cheers,
--Mohammad

On Fri, Apr 4, 2008 at 8:59 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

>
> Hi Mohammad ,
>
> You need to add
>             params: id=your_field_name_here
> to make it work
>
> For example, here is the way I do it ;
>        description_i18n_fr:          {type: textarea_tag, params:
> id=description_i18n_fr disabled=false rich=true tinymce_options='<?php
> echo sfConfig::get('app_tinymce_options');?>' }
>        description_i18n_en:          {type: textarea_tag, params:
> id=description_i18n_en disabled=false rich=true tinymce_options='<?php
> echo sfConfig::get('app_tinymce_options');?>' }
>
>
> There is a very helpfull thread on the forum that you could read. It
> helped me fix my problems :
> http://www.symfony-project.org/forum/index.php/m/48698/#msg_48698
>
> Regards
> Guy
>
> Mohammad Ali Safari wrote:
> > Hi
> > in my generator.yml I use richtext=true option for two fields:
> >
> >       fields:
> >         field1:  {params:  rich=true
> tinymce_options=width:600,height:400}
> >         field2:  {params:  rich=true
> tinymce_options=width:600,height:400}
> >
> > But tinyMCE editor is shown only for field1. Is there an extra
> > parameter that I should use?
> >
> > cheers,
> > --Mohammad
> >
> >
> > >
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to