library ckeditor
Ckeditor with file browser for Yii 2
webvimark/ckeditor
Ckeditor with file browser for Yii 2
- Friday, May 29, 2015
- by webvimark
- Repository
- 1 Watchers
- 0 Stars
- 2,994 Installations
- PHP
- 3 Dependents
- 0 Suggesters
- 8 Forks
- 0 Open issues
- 2 Versions
- 9 % Grown
CKEditor for Yii 2
Text editor, (*1)
Installation
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
php composer.phar require --prefer-dist webvimark/ckeditor "*"
or add, (*4)
"webvimark/ckeditor": "*"
to the require section of your composer.json
file., (*5)
Usage
\webvimark\extensions\ckeditor\CKEditor::widget();
Possible settings (with default values)
'type' => CKEditor::TYPE_STANDARD,, (*6)
'height'=>'200px',, (*7)
'language'=>Yii::$app->language,, (*8)
dev-master
9999999-dev
Ckeditor with file browser for Yii 2
Sources
Download