loveorigami / yii2-ckeditor
Yii2 CKEditor a fork of mihaildev/yii2-ckeditor with bower packages
Installs: 1 982
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 3
Forks: 1
Open Issues: 0
Language:JavaScript
Type:yii2-extension
Requires
- bower-asset/ckeditor: ~4.5.0
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2024-10-18 20:13:45 UTC
README
This is a fork MihailDev/yii2-ckeditor
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
Использование
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