Question

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?"

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top