Skip to content

webvimark/ckeditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CKEditor for Yii 2

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,

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published