CKEDITOR.plugins Class
Defined in:
src/core/plugins.js:49
CKEDITOR.plugins class utility which adds additional methods to those of CKEditor.
Index
Methods
- load static
Methods
load
(
static
-
names
-
callback
-
[scope]
Overrides CKEDITOR.plugins.load method so we can extend the lifecycle methods of the loaded plugins to add some metainformation about the plugin being processed
Parameters:
-
names
String/ArrayThe name of the resource to load. It may be a string with a single resource name, or an array with several names.
-
callback
FunctionA function to be called when all resources are loaded. The callback will receive an array containing all loaded names.
-
[scope]
Object optionalThe scope object to be used for the callback call.