Hi,
I am using ckeditor 4.0 for inline editing in muliple div. I need to save html and hide the editor's toolbar in a plugin for Save editing and load the initial html if user clicks on plugin for Cancel editing. So I used "editor.container.$.blur();", it hide the toolbar but when I click outside the editor for some task then also toolbar hides.
Any solution to show toolbar on clicking outside the edtior and hide it on click of Save or Cancel only.