This extension is an elRTE v1.1 widget
Resources ¶
Documentation ¶
Requirements ¶
- Yii 1.1.1 or above
Installation ¶
- Extract the release file under
protected/extensions
Usage ¶
See 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,
)
)
);
Change Log ¶
September 29, 2010 ¶
- Initial release.
ask
it's work, but i can't insert the image.. how i can, insert image within elrte?
answer :)
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
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.