CKEDITOR.plugins.ae_uibridge Class
Defined in:
src/ui/react/src/uibridge/uibridge.js:9
CKEditor plugin that extends CKEDITOR.ui.add function so an add handler can be specified on top of the original ones. It bridges the calls to add components via:
- editor.ui.add(name, type, definition)
Constructor
CKEDITOR.plugins.ae_uibridge
()
Index
Methods
Methods
beforeInit
(
-
editor
Initialization of the plugin, part of CKEditor plugin lifecycle.
Parameters:
-
editor
ObjectThe current editor instance