webvimark/ckeditor

There is no license information available for the latest version (1.0.0) of this package.

Ckeditor with file browser for Yii 2

1.0.0 2015-05-29 13:10 UTC

This package is auto-updated.

Last update: 2024-04-29 02:53:30 UTC


README

Text editor

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist webvimark/ckeditor "*"

or add

"webvimark/ckeditor": "*"

to the require section of your composer.json file.

Usage

\webvimark\extensions\ckeditor\CKEditor::widget();

Possible settings (with default values)

'type' => CKEditor::TYPE_STANDARD,

'height'=>'200px',

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