2017 © Pedro Peláez
 

yii2-extension yii2-ckeditor

Yii2 CKEditor

image

fabriziocaldarelli/yii2-ckeditor

Yii2 CKEditor

  • Friday, February 16, 2018
  • by FabrizioCaldarelli
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Yii2 CKEditor

Yii2 CKEditor, (*1)

Installation

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

Either run, (*3)

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

or add, (*4)

"fabriziocaldarelli/yii2-ckeditor": "*"

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

Usage

Once the extension is installed, simply use it in your code by :, (*6)

<?= $form->field($model, 'textField')->widget(\sfmobile\ext\ckeditor\CKEditor::className(), [
    'pluginOptions' => [
        'height' => '500px'
    ]
]) ?>

Using 'pluginOptions', you can pass all configuration parameters to CKEditor plugin. In the example, I set the height at 500px, (*7)

The Versions

16/02 2018

dev-master

9999999-dev

Yii2 CKEditor

  Sources   Download

MIT

The Requires

 

extension yii2 ckeditor

16/02 2018

1.0.0

1.0.0.0

Yii2 CKEditor

  Sources   Download

MIT

The Requires

 

extension yii2 ckeditor