Code Index | File Index

Namespaces

Classes


Class CKEDITOR.eventInfo


Defined in: event.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
This class is not really part of the API.
Field Summary
Field Attributes Field Name and Description
 
Any kind of additional data.
 
The editor instance that holds the sender.
 
Any extra data appended during the listener registration.
 
The event name.
 
The object that publishes (sends) the event.
Method Summary
Method Attributes Method Name and Description
 
Indicates that the event is to be cancelled (if cancelable).
 
stop()
Indicates that no further listeners are to be called.
Class Detail
CKEDITOR.eventInfo()
Since: 3.0
This class is not really part of the API. It just illustrates the features of the event object passed to event listeners by a CKEDITOR.event based object.
Field Detail
{Object} data
Any kind of additional data. Its format and usage is event dependent.
NO EXAMPLE AVAILABLE
Since:
3.0

{CKEDITOR.editor} editor
The editor instance that holds the sender. May be the same as sender. May be null if the sender is not part of an editor instance, like a component running in standalone mode.
NO EXAMPLE AVAILABLE
Since:
3.0

{Object} listenerData
Any extra data appended during the listener registration.
NO EXAMPLE AVAILABLE
Since:
3.0

{String} name
The event name.
NO EXAMPLE AVAILABLE
Since:
3.0

{Object} sender
The object that publishes (sends) the event.
NO EXAMPLE AVAILABLE
Since:
3.0
Method Detail
cancel()
Indicates that the event is to be cancelled (if cancelable).
NO EXAMPLE AVAILABLE
Since:
3.0

stop()
Indicates that no further listeners are to be called.
NO EXAMPLE AVAILABLE
Since:
3.0

Documentation generated by JsDoc Toolkit 2.0.1 on Wed Jun 18 2008 00:23:53 GMT+0200 (CEST)