Class actuate.parameter.EventConstants
Description
Defines the supported event constants for parameters. Table 11‑7 lists the parameter event constants.
Table 11‑7 Actuate JavaScript API parameter event constants
Event
Description
ON_EXCEPTION
Event triggered when an exception occurs. The event handler must take an actuate.Exception object as an input argument. The Exception object contains the exception information.
ON_SESSION_TIMEOUT
Session time-out event. Whenever a session time-out event occurs and the user tries to perform any operation on parameter component, a prompt dialog will be shown to ask whether the user wants to log in again or not. If the user clicks yes, the ON_SESSION_TIMEOUT event will be fired. If no handler has been registered for this event, a default built-in login dialog will be displayed.
The event handler takes the following argument:
actuate.Parameter: component for which the event occurred