zelenin/yii2-summernote-widget Yii2 Summernote widget. Super simple WYSIWYG editor on Bootstrap

widgetsummernotewysiwyg

NOT MAINTAINED! DON'T USE!

Yii2 Summernote widget

Yii2 Summernote widget. Super simple WYSIWYG editor on Bootstrap

Installation

Composer

The preferred way to install this extension is through Composer.

Either run

php composer.phar require zelenin/yii2-summernote-widget "dev-master"

or add

"zelenin/yii2-summernote-widget": "dev-master"

to the require section of your composer.json

Usage

<?= $form->field($model, 'content')->widget(Summernote::className(), [
    'clientOptions' => [
        ...
    ]
]) ?>

or

<?= Summernote::widget([
    'name' => 'editor_id',
    'clientOptions' => [
        ...
    ]
]) ?>

See clientOptions

Author

Aleksandr Zelenin, e-mail: aleksandr@zelenin.me

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

Comments



0.1.1 is the latest of 6 releases



MIT license
Stats
22 github stars & 16 github forks
2 downloads in the last day
286 downloads in the last 30 days
3422 total downloads