apollo / yii2-tinymce
yii2 textarea 的 TinyMce 插件
dev-master
2014-06-12 08:02 UTC
Requires
- php: >=5.4
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-09-24 04:15:35 UTC
README
##yii2 TinyMce 小部件使用方法
<?= $form->field($model, 'message')->widget(\Apollo\TinyMceField::className(), ['options' => ['rows' => 6], 'clientOptions' => [ 'selector' => 'textarea', 'theme' => "modern", 'plugins' => ["advlist autolink lists link image charmap print preview hr anchor pagebreak", "searchreplace wordcount visualblocks visualchars code fullscreen", "insertdatetime media nonbreaking save table contextmenu directionality", "emoticons template paste textcolor"], ], ]); ?>