dlds/yii2-summernote Yii2 Intercooler extensions

summernote

Yii2 Summernote widget

Installation

Composer

The preferred way to install this extension is through Composer.

Either run

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

or add

"dlds/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

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

Comments



1.2 is the latest of one release



BSD license
Stats
2 github stars & 1 github forks
0 downloads in the last day
0 downloads in the last 30 days
1809 total downloads