Show:

CKEDITOR.plugins class utility which adds additional methods to those of CKEditor.

Index

Methods

Methods

load

(
  • names
  • callback
  • [scope]
)
static

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/Array

    The name of the resource to load. It may be a string with a single resource name, or an array with several names.

  • callback Function

    A function to be called when all resources are loaded. The callback will receive an array containing all loaded names.

  • [scope] Object optional

    The scope object to be used for the callback call.