heyanlong/yii2-kindeditor

Yii 2 kindeditor is the WYSIWYG HTML editor of the Yii 2.0 widget.

Installs: 487

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 3

Forks: 1

Open Issues: 0

Language:JavaScript

Type:yii2-extension

1.9 2015-08-14 03:20 UTC

This package is auto-updated.

Last update: 2024-03-28 22:36:07 UTC


README

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.