2017 © Pedro Peláez
 

library yii2-kindeditor

kindeditor for yii2 textarea

image

crazycoder/yii2-kindeditor

kindeditor for yii2 textarea

  • Wednesday, October 29, 2014
  • by wengeek
  • Repository
  • 1 Watchers
  • 0 Stars
  • 11 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Yii2-kindeditor is extention for Yii Framework 2.0

Installation

The preferred way to install this extension is through composer., (*1)

Either run, (*2)

php composer.phar require "crazycoder/yii2-kindeditor" "dev-master"

or add, (*3)

"crazycoder/yii2-kindeditor": "dev-master"

to the require section of your application's composer.json file., (*4)

Usage Example

echo $form->field($model, 'post')->widget(crazycoder\kindeditor\KindEditor::className(), [
    'options' => [

    ],
    'configs' => [
        'width' => '100%',
        'minHeight' => '400px',
        'resizeType' => '1',
    ]
]);
## configs http://kindeditor.net/docs/option.html

HighLight Code Example

crazycoder\kindeditor\LightAsset::register($this);, (*5)

The Versions

29/10 2014

dev-master

9999999-dev https://github.com/wengeek/yii2-kindeditor

kindeditor for yii2 textarea

  Sources   Download

GNU

The Requires

 

yii2 kindeditor