2017 © Pedro Peláez
 

yii2-extension yii2-ckeditor

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

image

loveorigami/yii2-ckeditor

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

  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 48 % Grown

The README.md

Yii2 CKEditor

This is a fork MihailDev/yii2-ckeditor, (*1)

Features:

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

Plugins: - Line Utilities - Widget - oembed - Custom video (MP4, WebM) - Enhanced Image - autocorrect - footnotes, (*2)

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

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/, (*3)

CKEditor Примеры - http://nightly.ckeditor.com/, (*4)

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

The Versions

01/03 2018

dev-master

9999999-dev https://github.com/devgroup-ru/yii2-ckeditor

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

  Sources   Download

BSD-3-Clause

The Requires

 

yii ckeditor editor wysiwyg

03/08 2016

0.1

0.1.0.0 https://github.com/devgroup-ru/yii2-ckeditor

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

  Sources   Download

BSD-3-Clause

The Requires

 

yii ckeditor editor wysiwyg