#10007 closed Task (invalid)
How to hide the CKEditor toolbar
Reported by: | abua | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Toolbar | Version: | 4.0 |
Keywords: | Hide toolbar | Cc: |
Description
Hello,
I am using multiple instances of CKEditor for inline editing on many div. I focus the instances which is needed by using the code "CKEDITOR.instanceseditor1?.focus()". Here 'editor1' is the id of the div. Now I need to hide CKEditor toolbar on click of a pluggin.
How to hide the CKEditor toolbar and remove cursor from its container (prevent inline editing on 'editor1' untill CKEditor's intance for this div is not focussed programetically).
Change History (2)
comment:1 follow-up: 2 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Forum is a correct place for this question.
PS. You can call
focus()
on focusable element outside editor or blur editor's editableCKEDITOR.instances.editable.editable().$.blur()