Cleditor
i Add it to Folder Extension and wrote thsi code in views
of view.php
<?php $this->widget(‘application.extensions.cleditor.ECLEditor’, array(
'model'=>$model,
'name'=>'en_description',
//'attribute'=> 'en_description', //Model attribute name. Nome do atributo do modelo.
'options'=>array(
'width'=>'600',
'height'=>250,
'useCSS'=>true,
),
'value'=>$model->en_description,
)); ?>
but still see textarea Only without any controls why ?
??? …