Guys, I'm trying to configure the sfRichTextEditorFCK on sf 1.3,
I tried to copy original file of /usr/share/php/symfony/helper/
sfRichTextEditorFCK.class.php to /usr/share/php/symfony/helper/
sfRichTextEditorFCKHelper.class.php and on my form class I add the
loadhelper call.
sfContext::getInstance()->getConfiguration()->loadHelpers(array
('sfRichTextEditorFCK'));
$this->setWidgets(array(
.....
'conteudo' => new sfWidgetFormTextareaFCK(
array(),
array('width' => '600px','height' =>
'300px','tool' => 'Promocao'
)),
));
and it worked... but it's so strange for me, is it right?
--
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.