2017 © Pedro Peláez
 

yii2-extension yii2-ckeditor

Yii2 widget for ckeditor

image

edofre/yii2-ckeditor

Yii2 widget for ckeditor

  • Sunday, January 7, 2018
  • by edofre
  • Repository
  • 1 Watchers
  • 4 Stars
  • 138 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 6 Versions
  • 20 % Grown

The README.md

Yii2 ckeditor widget

Latest Stable Version Total Downloads Latest Unstable Version License composer.lock, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

To install, either run, (*3)

$ php composer.phar require edofre/yii2-ckeditor "V1.0.2"

or add, (*4)

"edofre/yii2-ckeditor": "V1.0.2"

to the require section of your composer.json file., (*5)

Usage

ActiveForm usage with a model

<?= $form->field($model, 'body')->widget(\edofre\ckeditor\CKEditor::className(), [
    'editorOptions' => [
        'language' => 'nl',
    ],
]) ?>

Usage without model

<?= \edofre\ckeditor\CKEditor::widget([
    'name'          => 'content',
    'editorOptions' => [
        'height'      => '400px',
    ],
]) ?>

The Versions

07/01 2018

dev-master

9999999-dev https://github.com/edofre/yii2-ckeditor

Yii2 widget for ckeditor

  Sources   Download

MIT

The Requires

 

by Edo Freriks

widget ckeditor text editor

07/01 2018

v1.0.2.x-dev

1.0.2.9999999-dev https://github.com/edofre/yii2-ckeditor

Yii2 widget for ckeditor

  Sources   Download

MIT

The Requires

 

by Edo Freriks

widget ckeditor text editor

07/01 2018

V1.0.2

1.0.2.0 https://github.com/edofre/yii2-ckeditor

Yii2 widget for ckeditor

  Sources   Download

MIT

The Requires

 

by Edo Freriks

widget ckeditor text editor

24/12 2016

v1.0.1.x-dev

1.0.1.9999999-dev https://github.com/edofre/yii2-ckeditor

Yii2 widget for ckeditor

  Sources   Download

MIT

The Requires

 

by Edo Freriks

widget ckeditor text editor

24/12 2016

V1.0.1

1.0.1.0 https://github.com/edofre/yii2-ckeditor

Yii2 widget for ckeditor

  Sources   Download

MIT

The Requires

 

by Edo Freriks

widget ckeditor text editor

07/06 2016

V1.0.0

1.0.0.0 https://github.com/edofre/yii2-ckeditor

Yii2 widget for ckeditor

  Sources   Download

MIT

The Requires

 

by Edo Freriks

widget ckeditor text editor