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

Installs: 52 950

Dependents: 3

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 10

Open Issues: 1

pkg:composer/webvimark/ckeditor

1.0.0 2015-05-29 13:10 UTC

This package is auto-updated.

Last update: 2025-09-29 02:31:44 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,