eventHandler

This parameter determines the JavaScript method that handles events for the viewer.

The viewer JavaScript methods are asynchronous and do not wait for a previous method to complete before they run. Therefore, the viewer uses an event handler to track events. You can use the event handler to monitor user activity and other selected actions that the IBM Daeja ViewONE viewer performs.

You must set the eventHandler parameter to the function name of the JavaScript method that handles the events.

Sample syntax


<param name="eventHandler" value="myEventHandler" /> 

Default setting: N/A