5.1 onClick Handler
An element's onClick handler is executed when a “selection” event (i.e., mouse click) takes place on the element. You can use the onClick handler to implement interactions such as hyperlinks and drilldowns, or to initiate any other business logic in response to user selections.
To access the onClick handler for an element, right-click the element, and select 'Script' from the context menu. Then select the onClick tab at the top of the Script Editor.
Figure 5. The onClick tab of the Script Editor

| << 5 Report Handlers | © 1996-2013 InetSoft Technology Corporation (v11.4) | 5.1.1 Using the onClick Handler >> |