Search code examples
configurationckeditorfckeditor

How Do I disable the button that hides/shows the toolbar in CKEdtor 3.0?


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


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.