Report an issue
Class

CKEDITOR.resourceManager

class

Base class for resource managers, like plugins. This class is not intended to be used out of the CKEditor core code.

Filtering

Properties

  • basePath : String

    The base directory containing all resources.

  • externals : Object

    Contains references to all resources that have already been registered with addExternal.

    Defaults to {}

  • fileName : String

    The name used for resource files.

  • loaded : Object

    Contains references to all resources that have already been loaded with load.

    Defaults to {}

  • registered : Object

    Contains references to all resources that have already been registered with add.

    Defaults to {}

  • private

    _ : Object

    Defaults to {waitingList: {}}

Methods