webvimark / ckeditor
Ckeditor with file browser for Yii 2
Installs: 44 250
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 10
Open Issues: 1
This package is auto-updated.
Last update: 2024-10-29 03:53:06 UTC
README
Text editor
Installation
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.
Usage
\webvimark\extensions\ckeditor\CKEditor::widget();
Possible settings (with default values)
'type' => CKEditor::TYPE_STANDARD,
'height'=>'200px',
'language'=>Yii::$app->language,