Code Index | File Index

Namespaces

Classes


Function Namespace CKEDITOR.resourceManager

Base class for resource managers, like plugins and themes.
Defined in: resourcemanager.js.

Function Namespace Summary
Constructor Attributes Constructor Name and Description
 
CKEDITOR.resourceManager(basePath, fileName)
Base class for resource managers, like plugins and themes.
Method Summary
Method Attributes Method Name and Description
 
add(name, definition)
NO DOCUMENTATION AVAILABLE
 
get(name)
NO DOCUMENTATION AVAILABLE
 
getPath(name)
NO DOCUMENTATION AVAILABLE
 
import(name, path)
NO DOCUMENTATION AVAILABLE
 
load(name, callback, scope)
Loads one or more items.
Function Namespace Detail
CKEDITOR.resourceManager(basePath, fileName)
Since: 3.0
Base class for resource managers, like plugins and themes.
Parameters:
basePath
fileName
Method Detail
add(name, definition)
NO DOCUMENTATION AVAILABLE
NO EXAMPLE AVAILABLE
Parameters:
name
definition
Since:
3.0

get(name)
NO DOCUMENTATION AVAILABLE
NO EXAMPLE AVAILABLE
Parameters:
name
Since:
3.0

getPath(name)
NO DOCUMENTATION AVAILABLE
NO EXAMPLE AVAILABLE
Parameters:
name
Since:
3.0

import(name, path)
NO DOCUMENTATION AVAILABLE
NO EXAMPLE AVAILABLE
Parameters:
name
path
Since:
3.0

load(name, callback, scope)
Loads one or more items.
NO EXAMPLE AVAILABLE
Parameters:
{String|Array} name
The name of the item to load.
{Function} callback
A function to be called when all plugins are loaded.
{Object} scope Optional
The scope object to be used for the callback call.
Since:
3.0

Documentation generated by JsDoc Toolkit 2.0.1 on Sun Jun 22 2008 00:00:10 GMT+0200 (CEST)