views:

224

answers:

2

I'm current creating a custom configuration for a CKEditor installation. I got all fixed, besides disabling the toggle button that hides/shows the toolbar. So my question is: "How Do I disable the button that hides/shows the toolbar in CKEdtor 3.0?"

+1  A: 

CKEDITOR.config.toolbarCanCollapse

at CKEditor 3.0 JavaScript API Documentation CKEDITOR.config

Alternatively, locate that toggle button and script something to hide it or detach events from it.

o.k.w
Ok it's official I'm blind. Thanks for helping me out!
norbertB
@norbertB: We all are blinded occasionally, glad I can be of help :P
o.k.w
A: 

Hide/Show collapse button is not working properly in IE8, If i close the toolbar then button just disappears and i cannot open toolbar again.

Any help would be appreciated

Ashfaq Anjum