Text editor
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist webvimark/ckeditor "*"
or add
"webvimark/ckeditor": "*"
to the require section of your composer.json
file.
\webvimark\extensions\ckeditor\CKEditor::widget();
'type' => CKEditor::TYPE_STANDARD,
'height'=>'200px',
'language'=>Yii::$app->language,
Comments