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
2009-11-30 11:00:16
Ok it's official I'm blind. Thanks for helping me out!
norbertB
2009-11-30 11:42:06
@norbertB: We all are blinded occasionally, glad I can be of help :P
o.k.w
2009-11-30 12:57:03
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
2010-07-26 13:57:39