devlabnet / SlideShow

SlideShow Plugin for CKEditor
16 stars 18 forks source link

Installing on yii2 #22

Closed loy123 closed 8 years ago

loy123 commented 8 years ago

How to install SlideShow for ckeditor on yii2 Framework?

cricri042 commented 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

loy123 commented 8 years ago

I copied slideshow to plugin folder in ckeditor, and copied CKEDITOR.config.extraPlugins = 'slideshow'; to config.js file. a1

loy123 commented 8 years ago

My problem : The Icon slideshow not show on Ckeditor Toolbar. How to solve this problem?

cricri042 commented 8 years ago

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