2017 © Pedro Peláez
 

yii2-extension yii2-ckeditor

Yii2 widget for ckeditor

image

unimodern/yii2-ckeditor

Yii2 widget for ckeditor

  • Monday, June 20, 2016
  • by Unimodern
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

Yii2 ckeditor widget

Disclaimer

This is forked from Edofre/yii2-ckeditor to release as stable, (*1)

Installation

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

To install, either run, (*3)

$ php composer.phar require unimodern/yii2-ckeditor "@dev"

or add, (*4)

"unimodern/yii2-ckeditor": "@dev"

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

Usage

ActiveForm usage with a model

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

Usage without model

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

The Versions

20/06 2016

dev-master

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

Yii2 widget for ckeditor

  Sources   Download

MIT

The Requires

 

by Edo Freriks

widget ckeditor text editor

20/06 2016

V2.0.2

2.0.2.0 https://github.com/unimodern/yii2-ckeditor

Yii2 widget for ckeditor

  Sources   Download

MIT

The Requires

 

by Edo Freriks

widget ckeditor text editor

20/06 2016

V2.0.1

2.0.1.0 https://github.com/unimodern/yii2-ckeditor

Yii2 widget for ckeditor

  Sources   Download

MIT

The Requires

 

by Edo Freriks

widget ckeditor text editor

20/06 2016

V2.0.0

2.0.0.0 https://github.com/unimodern/yii2-ckeditor

Yii2 widget for ckeditor

  Sources   Download

MIT

The Requires

 

by Edo Freriks

widget ckeditor text editor

20/06 2016

V1.0.2

1.0.2.0 https://github.com/unimodern/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

07/06 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