TinyMCE:API/tinymce.dom.Event

From Moxiecode Documentation Wiki

Jump to: navigation, search

Class: tinymce.dom.Event

This class handles DOM events in a cross-platform fashion. It also keeps track of element and handler references so it can clean elements, reducing IE memory leaks.

Methods

add
Adds an event handler to the specified object.
cancel
Cancels an event for both bubbling and the default browser behavior.
prevent
Prevent the default browser behavior of an event.
remove
Removes the specified event handler by name and function from an element or collection of elements.
stop
Stops propagation/bubbling of an event.
Personal tools