Indented to enhance the "dialog" CKEditor4 plugin by adding the functionality of closing (cancel) the dialog when clicking anywhere outside of the dialog box.
Licensed under the terms of the MIT License. See LICENSE.txt
The "dialog" CKEditor plugin is required to use this plugin. See https://ckeditor.com/cke4/addon/dialog for details.
- Make sure you have the "dialog" plugin installed see https://ckeditor.com/cke4/addon/dialog for details.
- Extract the contents of the file into the "plugins" folder of CKEditor.
- In the CKEditor configuration file (config.js) add the following code:
config.extraPlugins = 'closedialogoutside';
https://github.com/didioh/CKEditor-CloseDialogOutside-Plugin