rogeecn/yii2-ueditor
Composer 安装命令:
composer require rogeecn/yii2-ueditor
包简介
baidu ueditor/umeditor for yii2 framework,switch between full to mini easily.
README 文档
README
baidu ueditor for yii2 framework
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist rogeecn/yii2-ueditor "*"
or add
"rogeecn/yii2-ueditor": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
//use mini editor <?= $form->field($model, 'name')->widget(UEditor\Mini::className());?> //use full feature editor <?= $form->field($model, 'name')->widget(UEditor\Mini::className());?>
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2015-06-09