removeAllEvents(context);
context. Context used to delete event handlers.
The removeAllEvents method removes all event handlers of the express report events by the specified context.
Executing the example requires that the HTML page contains the ExpressBox component named expressBox (see Example of Creating the ExpressBox Component). Then remove all existing event handlers for the express report:
// Remove all event handlers for express report events expressBox.removeAllEvents(expressBox);
After executing the example all express report event handlers are deleted.
See also: