2017 © Pedro Peláez
 

yii2-extension yii2-zx-ckeditor

CKEditor for Yii2.

image

zertex/yii2-zx-ckeditor

CKEditor for Yii2.

  • Tuesday, March 7, 2017
  • by Error202
  • Repository
  • 1 Watchers
  • 1 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

CKEditor for Yii 2

CKEditor — WYSIWYG editor for web sites., (*1)

Installation

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

Either run, (*3)

composer require zertex/yii2-zx-ckeditor "dev-master"

or add, (*4)

"zertex/yii2-zx-ckeditor" : "dev-master"

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

Usage

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

CKEditor::widget([
    'editorOptions' => [
        'preset' => 'full', // basic, standard, full - feature not required
        'inline' => false, // false by default
    ]
]);

## ActiveForm

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

CKEditor Api - http://docs.ckeditor.com/ CKEditor examples - http://nightly.ckeditor.com/, (*6)

The Versions

07/03 2017

dev-master

9999999-dev http://zertex.ru

CKEditor for Yii2.

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 yii yii 2 ckeditor wysiwyg zertex

07/03 2017

1.0.0

1.0.0.0 http://zertex.ru

CKEditor for Yii2.

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 yii yii 2 ckeditor wysiwyg zertex