OnCellDoubleClick | Dashboard sections within Interactive Reporting or Interactive Reporting Web Client that contain pivot Embedded Section Objects (ESOs) in Active mode Note: Double-clicking label values does not initiate OnCellDoubleClick. | Double-clicking fact cells or using theOnCellDoubleClick () method Note: Executing OnCellDoubleClick does not corrupt documents, but actions invoked by OnCellDoubleClick may corrupt documents. Whether the corrupt state persists, within the document or application, depends upon which action is invoked. |
OnClick | Sections: Hyperlinked embedded sections (if not View-only or Active) Graphics: Line, horizontal line, vertical line, rectangle, round rectangle, oval, text label, and picture Controls: Command button, radio button, check box, list box, drop-down list, and text box | Clicking sections, graphics, or controls. The OnClick handler also supports the optional bqoEvent parameter, which provides access to the mouse cursor position relative to the Dashboard control. The bqoEvent parameter contains two properties: ClickX and ClickY. When the event occurs, the event handler has access to the event related information needed to process it. For example, the event might require the position of the mouse cursor for a picture OnClick event, or information about which table column was clicked for a table embedded section object OnClick event. |
OnClientClick | Command button, radio button, check box, list box, text box, and drop-down list | Clicking sections or controls |