Showing posts with label sfWidgetFormCKEditor. Show all posts
Showing posts with label sfWidgetFormCKEditor. Show all posts

Saturday, January 15, 2011

Adding Config Parameters to sfWidgetFormCKEditor

$this->setWidget('content', new sfWidgetFormCKEditor(array('jsoptions' => array('toolbar' => 'Basic', 'width' => '100%', 'height' => '280px'))));