ExpressView.removeAllEvents

Syntax

removeAllEvents(context);

Parameters

context. Context used to delete event handlers.

Description

The removeAllEvents method removes all event handlers of the express report events by the specified context.

Example

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:

ExpressView