2amigos / yii2-ckeditor-widget

CKEditor WYSIWYG widget for Yii2.
https://2amigos.us/open-source/ckeditor-widget
Other
172 stars 112 forks source link

add spolier #69

Closed des1roer closed 8 years ago

des1roer commented 8 years ago

how i can add spoiler?

tonydspaniard commented 8 years ago

We will have to create a PR and add the plugin to the plugins folder: https://github.com/2amigos/yii2-ckeditor-widget/tree/master/src/assets/ckeditor/plugins then is simply adding its name to extraPlugins. I'll put it on my 'todo' but a pull request is always welcome.

des1roer commented 8 years ago

on index

$this->registerJsFile('/ckeditor/plugins/config.js',  ['position' => '\yii\web\View::POS_END']);
$this->registerCssFile('/ckeditor/plugins/include/spoiler.css');

config.js

CKEDITOR.plugins.basePath = '/ckeditor/plugins/';

CKEDITOR.editorConfig = function( config ) {
config.extraPlugins = 'spoiler';
};

all project yii2tree.zip

tonydspaniard commented 8 years ago

Thanks @des1roer

tonydspaniard commented 8 years ago

Fixed on version 2.0: https://github.com/2amigos/yii2-ckeditor-widget#how-to-add-custom-plugins