heyanlong/yii2-kindeditor
最新稳定版本:1.9
Composer 安装命令:
composer require heyanlong/yii2-kindeditor
包简介
Yii 2 kindeditor is the WYSIWYG HTML editor of the Yii 2.0 widget.
README 文档
README
Renders a KindEditor WYSIWYG HTML editor plugin widget.
Installation
The preferred way to install this extension is through composer.
Either run
composer require heyanlong/yii2-kindeditor:~1.0
or add
"heyanlong/yii2-kindeditor" : "~1.0"
to the require section of your application's composer.json file.
Usage
use heyanlong\kindeditor\KindEditor;
<?= $form->field($model, 'text')->widget(KindEditor::className()) ?>
or
use heyanlong\kindeditor\KindEditor;
<?= KindEditor::widget() ?>
Contacts
- Email: yanlong_he@163.com
- Twitter: https://twitter.com/YanlongHe
- Website: https://www.hyl.pw/
License
The BSD License (BSD). Please see License File for more information.
统计信息
- 总下载量: 505
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2015-08-05