Class CKEDITOR.event
Defined in: event.js.
Constructor Attributes | Constructor Name and Description |
---|---|
This is a base class for classes and objects that require event handling
features.
|
Method Attributes | Method Name and Description |
---|---|
fire(eventName, data, editor)
NO DOCUMENTATION AVAILABLE
|
|
fireOnce(eventName, data, editor)
NO DOCUMENTATION AVAILABLE
|
|
<static> |
CKEDITOR.event.implementOn(targetObject)
NO DOCUMENTATION AVAILABLE
|
on(eventName, listenerFunction, scopeObj, listenerData, priority)
NO DOCUMENTATION AVAILABLE
|
|
removeListener(eventName, listenerFunction)
NO DOCUMENTATION AVAILABLE
|
Class Detail
CKEDITOR.event()
Since:
3.0
This is a base class for classes and objects that require event handling
features.
Method Detail
fire(eventName, data, editor)
NO DOCUMENTATION AVAILABLE
NO EXAMPLE AVAILABLE
- Parameters:
- eventName
- data
- editor
- Since:
- 3.0
fireOnce(eventName, data, editor)
NO DOCUMENTATION AVAILABLE
NO EXAMPLE AVAILABLE
- Parameters:
- eventName
- data
- editor
- Since:
- 3.0
<static>
CKEDITOR.event.implementOn(targetObject)
NO DOCUMENTATION AVAILABLE
NO EXAMPLE AVAILABLE
- Parameters:
- targetObject
- Since:
- 3.0
on(eventName, listenerFunction, scopeObj, listenerData, priority)
NO DOCUMENTATION AVAILABLE
NO EXAMPLE AVAILABLE
- Parameters:
- eventName
- listenerFunction
- scopeObj
- listenerData
- priority
- Since:
- 3.0
removeListener(eventName, listenerFunction)
NO DOCUMENTATION AVAILABLE
NO EXAMPLE AVAILABLE
- Parameters:
- eventName
- listenerFunction
- Since:
- 3.0