2017 © Pedro Peláez
 

library yii2-kindeditor

kindeditor for yii2

image

coldfox/yii2-kindeditor

kindeditor for yii2

  • Tuesday, March 6, 2018
  • by hujian2855
  • Repository
  • 1 Watchers
  • 0 Stars
  • 11 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 22 % Grown

The README.md

yii2-kindeditor

yii2-kindeditor composer require coldfox/yii2-kindeditor, (*1)

用法

  1. 控制器中
public function actions(){
     return [
         'Kupload' => [
             'class' => KindEditorAction::className()
         ]

     ];
 }
  1. form表单中
<?= $form->field($model, 'content')->widget(coldfox\kindeditor\KindEditor::className(),[]) ?>
  • 可配置dir属性为根上传根目录

The Versions

06/03 2018

dev-master

9999999-dev http://kindeditor.net

kindeditor for yii2

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

by coldfox

yii2 kindeditor

06/03 2018

v1.0.3

1.0.3.0 http://kindeditor.net

kindeditor for yii2

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

by coldfox

yii2 kindeditor

25/02 2018

v1.0.2

1.0.2.0 http://kindeditor.net

kindeditor for yii2

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

by coldfox

yii2 kindeditor