On 23 Nov, 17:33, Manu <emmanuel.parf...@gmail.com> wrote:
> Hi, I'm using tinyMCE in my forms and have noticed that I only use two
> configurations : a very limited one, for things like comments, and a
> more complex one, for the administators of the site.

Don't rely on bad things such sfWidgetFormTextareaTinyMCE.
Use plain textareas and give them an id or a class (in a semantic
way).
Then put your tinyMCE configuration in javascript file (javascript
should be always stay separated from the rest) and declare two
different cofiguration, based on your ids (or classes, as
appropriate).

cheers
Massimiliano

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

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
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to