2017 © Pedro Peláez
 

yii2-extension yii2-ckeditor

yii2 ckeditor

image

masihfathi/yii2-ckeditor

yii2 ckeditor

  • Monday, October 2, 2017
  • by masihfathi
  • Repository
  • 1 Watchers
  • 1 Stars
  • 21 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

ckeditor

yii2 ckeditor, (*1)

Installation

update ckeditor of MihailDev/yii2-ckeditor package and add bidi plugin The preferred way to install this extension is through composer., (*2)

Either run, (*3)

composer require masihfathi/yii2-ckeditor "1.4"

or add, (*4)

"masihfathi/yii2-ckeditor": "1.4"

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

Usage

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

use mihaildev\ckeditor\CKEditor;
use yii\helpers\Html;

CKEditor::widget([
    'editorOptions' => [
        'preset' => 'full', //basic, standard, full 
        'inline' => false, //false
    ]
]);

//ActiveForm

echo $form->field($post, 'content')->widget(CKEditor::className(),[
    'editorOptions' => [
        'preset' => 'full', //basic, standard, full
        'inline' => false, //false
    ],
]);

The Versions

02/10 2017

dev-master

9999999-dev

yii2 ckeditor

  Sources   Download

MIT

The Requires

 

by Masih Fathi

extension yii2 ckeditor

02/10 2017

1.4

1.4.0.0

yii2 ckeditor

  Sources   Download

MIT

The Requires

 

by Masih Fathi

extension yii2 ckeditor

02/10 2017

1.3

1.3.0.0

yii2 ckeditor

  Sources   Download

MIT

The Requires

 

by Masih Fathi

extension yii2

02/10 2017

1.2

1.2.0.0

yii2 ckeditor

  Sources   Download

MIT

The Requires

 

by Masih Fathi

extension yii2

02/10 2017

1.1

1.1.0.0

yii2 ckeditor

  Sources   Download

MIT

The Requires

 

by Masih Fathi

extension yii2

02/10 2017

1.0

1.0.0.0

yii2 ckeditor

  Sources   Download

MIT

The Requires

 

by Masih Fathi

extension yii2