Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes all DOM event handlers from a DOM element that were added through the Sys.UI.DomEvent addHandler or the Sys.UI.DomEvent addHandlers methods. This member is static and can be invoked without creating an instance of the class.
Sys.UI.DomEvent.clearHandlers(element);
Parameters
Term |
Definition |
---|---|
element |
The element that exposes the events. |
Remarks
This method can be accessed through the $clearHandlers shortcut method.