dev-master
9999999-devSCEditor, a lightweight WYSIWYG BBCode & HTML editor extension for Yii 2.0 Framework
BSD-3-Clause
The Requires
by Francisco Maya Sarasty
extension yii2 yii bbcode xhtml sceditor
SCEditor, a lightweight WYSIWYG BBCode & HTML editor extension for Yii 2.0 Framework
SCEditor, a lightweight WYSIWYG BBCode & HTML editor extension for Yii 2.0 Framework, (*1)
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
php composer.phar require franciscomaya/yii2-sceditor:dev-master
or add, (*4)
"franciscomaya/yii2-sceditor" : "dev-master"
to the require section of your composer.json
file., (*5)
Once the extension is installed, simply use it in your code by :, (*6)
use franciscomaya\sceditor\SCEditor; = $form->field($model, 'text')->widget(SCEditor::className(), [ 'options' => ['rows' => 6], 'clientOptions' => [ 'plugins' => 'bbcode', ] ]) ?>
Please, check the SCEditor plugin site documentation for further information about its configuration options., (*7)
SCEditor, a lightweight WYSIWYG BBCode & HTML editor extension for Yii 2.0 Framework
BSD-3-Clause
extension yii2 yii bbcode xhtml sceditor