stenyo/yii2-ckeditor-kcfinder

CKEditor + KCFinder for Yii 2

Installs: 71

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 10

Open Issues: 0

Type:yii2-extension

dev-master 2015-08-12 19:27 UTC

This package is not auto-updated.

Last update: 2024-04-13 14:50:36 UTC


README

WYSIWYG text editor widget with integrated file browser.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist MadAnd/yii2-ckeditor-kcfinder "*"

or add

"MadAnd/yii2-ckeditor-kcfinder": "*"

to the require section of your composer.json file.

Usage

\MadAnd\ckeditor\CKEditor::widget();

Possible settings (with default values)

'type' => CKEditor::TYPE_STANDARD,

'height'=>'200px',

'language'=>Yii::$app->language,