Class CKEDITOR.eventInfo
Defined in: event.js.
Constructor Attributes | Constructor Name and Description |
---|---|
This class is not really part of the API.
|
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 Attributes | Method Name and Description |
---|---|
cancel()
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