Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#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 Changed 11 years ago by Piotrek Koszuliński

Resolution: invalid
Status: newclosed

Forum is a correct place for this question.

PS. You can call focus() on focusable element outside editor or blur editor's editable CKEDITOR.instances.editable.editable().$.blur()

comment:2 in reply to:  1 Changed 11 years ago by abua

Thanx for quick response.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy