Skip to content

didioh/CKEditor-CloseDialogOutside-Plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CKEditor-CloseDialogOutside-Plugin

Indented to enhance the "dialog" CKEditor4 plugin by adding the functionality of closing (cancel) the dialog when clicking anywhere outside of the dialog box.

License

Licensed under the terms of the MIT License. See LICENSE.txt

Dependecies

The "dialog" CKEditor plugin is required to use this plugin. See https://ckeditor.com/cke4/addon/dialog for details.

Installation

  1. Make sure you have the "dialog" plugin installed see https://ckeditor.com/cke4/addon/dialog for details.
  2. Extract the contents of the file into the "plugins" folder of CKEditor.
  3. In the CKEditor configuration file (config.js) add the following code:
config.extraPlugins = 'closedialogoutside';

Website

https://github.com/didioh/CKEditor-CloseDialogOutside-Plugin

About

Close CKEditor Dialog when clicking outside of dialog box.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published