This extension is an elRTE v1.1 widget
protected/extensionsSee the following code example:
$this->widget('application.extensions.elrte.elRTE', array( 'model' => $model, 'attribute' => 'body', 'name' => 'body', 'htmlOptions' => array('width' => '320'), 'options' => array( 'doctype'=>'', 'cssClass' => 'el-rte', 'cssfiles' => array('css/elrte-inner.css'), 'absoluteURLs'=>'', 'allowSource' => true, 'lang' => 'en', 'styleWithCss'=>'', 'height' => 160, 'fmAllow'=>'', 'fmOpen'=>'', 'toolbar' => 'eldorado', 'resizable' => false, ) ) );
Total 2 comments
You are right. It doesn't work if you used whitout resizable. I modified the extension. If you don't want use the resizable property you can set up in the options.
Sorry, my English is very poor, but I hope it is understandable.
Thank you the ask! TocsA
it's work, but i can't insert the image.. how i can, insert image within elrte?
Leave a comment
Please login to leave your comment.