I tried the following, but that shows a TinyMCE with the default
options
class sfWidgetFormTextareaTinyMCESmall extends
sfWidgetFormTextareaTinyMCE
{
protected function configure($options = array(), $attributes =
array())
{
parent::configure($options, $attributes);
$this->options += array(
'width' => 550,
'height' => 150,
'config' => '
theme_advanced_buttons1 :
"bold,italic,separator,bullist,separator,link,
sub,sup,separator,charmap",
theme_advanced_buttons2 : "",
theme_advanced_buttons3 : "",
theme_advanced_path : false,
language : "fr"
'
);
}
}
--
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 [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-users?hl=en