loveorigami/yii2-ckeditor Yii2 CKEditor a fork of mihaildev/yii2-ckeditor with bower packages

wysiwygeditorckeditor

Yii2 CKEditor

This is a fork MihailDev/yii2-ckeditor

Features:

  • The ability to add custom plugins
  • Initialisation editor on event
  • Added custom plugins

Plugins:

Использование

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

CKEditor::widget([
    'editorOptions' => [
        'preset' => 'full', //разработанны стандартные настройки basic, standard, full данную возможность не обязательно использовать
        'inline' => false, //по умолчанию false
    ]
]);

//или c ActiveForm

echo $form->field($post, 'content')->widget(CKEditor::className(),[
    'editorOptions' => [
        'preset' => 'full', //разработанны стандартные настройки basic, standard, full данную возможность не обязательно использовать
        'inline' => false, //по умолчанию false
    ],
]);

Полезные ссылки

CKEditor Api - http://docs.ckeditor.com/

CKEditor Примеры - http://nightly.ckeditor.com/

Файл Менеджер ElFinder - https://github.com/MihailDev/yii2-elfinder

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

  • 0.103 August 2016

Comments



0.1 is the latest of one release



BSD-3-Clause license
Stats
7 github stars & 1 github forks
0 downloads in the last day
0 downloads in the last 30 days
1898 total downloads