Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

activation ? #8

Open
yoyoy opened this issue Dec 17, 2015 · 8 comments
Open

activation ? #8

yoyoy opened this issue Dec 17, 2015 · 8 comments

Comments

@yoyoy
Copy link

yoyoy commented Dec 17, 2015

hello
i've istaller your plugin in ckeditor ... but i do not show the icon in toolbar...
how to activate it ?
thanks

@kaido24
Copy link
Owner

kaido24 commented Dec 17, 2015

http://docs.ckeditor.com/#!/guide/dev_plugins Maybe you can find your answers here.

@kaido24
Copy link
Owner

kaido24 commented Dec 17, 2015

It really depends how you use it really. If you try to use it with some applications then there might be some complications. I know there are some issues with Drupal modules. But these problems are related with Drupal modules not this plugin. If you try to test it without any application then you may modify config file and add bt_grid into array.

@xoac
Copy link

xoac commented Feb 12, 2016

There is just how to add it to extraPlugins, but there is no information how to add to 'toolbar':. It would by nice if you made example.

@belgac
Copy link
Contributor

belgac commented Apr 25, 2016

in your tool bar definition you need to add an item called 'btgrid' http://docs.ckeditor.com/#!/guide/dev_toolbar

@regileeso
Copy link

regileeso commented Apr 26, 2016

Well, I'm running into similar problems. Assuming that I've done everything correctly I don't understand why the button does not appear in the toolbar.

There's no javascript error, no exceptions. It's just not shown. I just updated to cke 4.5.8. All dependencies are installed.

EDIT: Even the WYSIWIG editor know all the classes like btgrid and displays them correctly. Only the button does not appear.

        var extraPlugins = new Array();
        extraPlugins.push('autogrow');         // auto grow ckeditor height on content
//      extraPlugins.push('codesnippet');      // enables code insertion, 'CodeSnippet'
        extraPlugins.push('youtube');
        extraPlugins.push('widget');
        extraPlugins.push('btgrid');
        extraPlugins.push('maximize');
        config.extraPlugins = extraPlugins.join(',');

        config.toolbar_advanced =
                [['Bold', 'Italic', 'Underline', 'NumberedList', 'BulletedList'],
                '/',
                ['Styles','Format','Font','FontSize','Youtube','Maximize','btgrid']];

@xoac
Copy link

xoac commented Apr 26, 2016

This button didnt work property even when I at the end added it to cke. Do in my opinion is no point to add this if you dont want repair the code.

@kaido24
Copy link
Owner

kaido24 commented Apr 26, 2016

Just use builder http://ckeditor.com/builder and it will work.

@regileeso
Copy link

regileeso commented Apr 26, 2016 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants