Hey guys
I am using imperavi-redactor-widget and i am having problem with toolbar
Yii::import('ext.imperavi-redactor-widget.ImperaviRedactorWidget');
$this->widget('ImperaviRedactorWidget', array(
// you can either use it for model attribute
'model' => $model,
'attribute' => 'description',
// or just for input field
'name' => 'description',
// some options, see http://imperavi.com/redactor/docs/
'options' => array(
'lang' => 'en',
//'toolbar' =>'' ,
'iframe' => true,
'buttons'=>array(
'formatting', '|', 'bold', 'italic', 'deleted', '|',