TinyMCE:API/tinymce.dom.Event
From Moxiecode Documentation Wiki
[edit]
Class: tinymce.dom.Event
This class handles DOM events in a cross platform fasion it also keeps track of element and handler references to be able to clean elements to reduce IE memory leaks.
[edit]
Methods
- add
- Adds an event handler to the specified object.
- cancel
- Cancels an event for both bubbeling and the default browser behavior.
- prevent
- Prevent default browser behvaior of an event.
- remove
- Removes the specified event handler by name and function from a element or collection of elements.
- stop
- Stops propogation/bubbeling of an event.
