2017 © Pedro Peláez
 

yii2-extension yii2-kindeditor

simply kindeditor for yii2 textarea with image upload controller

image

jaslin/yii2-kindeditor

simply kindeditor for yii2 textarea with image upload controller

  • Sunday, January 28, 2018
  • by jas
  • Repository
  • 0 Watchers
  • 0 Stars
  • 173 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 2 % 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 "jaslin/yii2-kindeditor" "dev-master"

or add, (*3)

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

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

Usage Example

In config

'modules'=>[
    'upload' => [
        'class' => 'jaslin\kindeditor\Module',
    ],
]

In view

echo $form->field($model, 'content')->widget(jaslin\kindeditor\KindEditor::className(), ['options' => [],'configs' => []]);

## configs http://kindeditor.net/docs/option.html

HighLight Code Example

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

The Versions

28/01 2018

dev-master

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

simply kindeditor for yii2 textarea with image upload controller

  Sources   Download

BSD-4-Clause GNU

The Requires

 

yii2 upload kindeditor simply