dev-master
9999999-dev https://github.com/wengeek/yii2-kindeditorkindeditor for yii2 textarea
GNU
The Requires
- php >=5.4
- yiisoft/yii2 *
yii2 kindeditor
Wallogit.com
2017 © Pedro Peláez
kindeditor for yii2 textarea
The preferred way to install this extension is through composer., (*1)
Either run, (*2)
php composer.phar require "crazycoder/yii2-kindeditor" "dev-master"
or add, (*3)
"crazycoder/yii2-kindeditor": "dev-master"
to the require section of your application's composer.json file., (*4)
echo $form->field($model, 'post')->widget(crazycoder\kindeditor\KindEditor::className(), [
'options' => [
],
'configs' => [
'width' => '100%',
'minHeight' => '400px',
'resizeType' => '1',
]
]);
## configs http://kindeditor.net/docs/option.html
crazycoder\kindeditor\LightAsset::register($this);, (*5)
kindeditor for yii2 textarea
GNU
yii2 kindeditor