tinymce.Event
This is the base class for all TinyMCE events.
Summary
Methods
Name | Summary | Defined by |
---|---|---|
Returns true/false if the default action is to be prevented or not. |
||
Returns true/false if the event immediate propagation is stopped or not. |
||
Returns true/false if the event propagation is stopped or not. |
||
Prevents the default action of an event to be executed. |
||
Prevents the event from propagating to listeners on the same object. |
||
Stops the event from propagating up to listeners on parent objects. |
Methods
isDefaultPrevented()
isDefaultPrevented(): Boolean
Returns true/false if the default action is to be prevented or not.
isImmediatePropagationStopped()
isImmediatePropagationStopped(): Boolean
Returns true/false if the event immediate propagation is stopped or not.
isPropagationStopped()
isPropagationStopped(): Boolean
Returns true/false if the event propagation is stopped or not.