Closed loy123 closed 8 years ago
Hi Loy, I don't know yii2, but if the ckeditor plugin for yii2 exists, an if you have ckeditor running, adding the slideshow dis just adding another plugin to ckeditor, I guess it will work !! What kind of problem do you have ?
--Christian
I copied slideshow to plugin folder in ckeditor, and copied CKEDITOR.config.extraPlugins = 'slideshow'; to config.js file.
My problem : The Icon slideshow not show on Ckeditor Toolbar. How to solve this problem?
Hi, Looks strange, do you get any errors in the javascript console ? did you well clear your navigator cache ? If yes, can you try to add this in your ckeditor config.js file
config.toolbar = [
{ name: 'test', items: [ 'Slideshow' ] },
];
With that normally only the "slideshow" button will appear in the menu !!
-Christian
How to install SlideShow for ckeditor on yii2 Framework?