CKEditor Widget for Yii2

https://github.com/2amigos/yii2-ckeditor-widget

How To Use

1. composer require 2amigos/yii2-ckeditor-widget
2. use dosamigos\ckeditor\CKEditor;

3. <?= $form->field($model, 'text')->widget(CKEditor::className(),
     [
        'options' => ['rows' => 6],
        'preset' => 'basic'
    ]) ?> 

Popular posts from this blog

SQL In Static Id Wise Record Skip After Show Result