Yii2 富文本编辑器yii2-kindeditor 1.1 发布,基于kindeditor

Yii · heyanlong · 于 8年前 发布 · 8550 次阅读

KindEditor Widget for Yii2

Renders a KindEditor WYSIWYG HTML editor plugin widget.

Latest Stable Version Total Downloads Build Status Code Coverage Scrutinizer Quality Score

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

License

The BSD License (BSD). Please see License File for more information.

本帖已被设为精华帖!
共收到 1 条回复 编辑器 富文本 KindEditor
没有找到数据。
添加回复 (需要登录)
需要 登录 后方可回复, 如果你还没有账号请点击这里 注册