jsx3.gui.TableAPI
| Change | Fires after the user changes the selection of this table. |
| Destroy | Fires after this table is removed from the DOM. |
| Execute | Fires after the user double-clicks this table. |
| Menu | Fires after the user right-clicks this table and before the bound context menu displays. |
| Spyglass | Fires after the user hovers the mouse over this table and before the spyglass displays. |
Fires after the user double-clicks this table.
Context Variables
objEVENT {
jsx3.gui.Event} - the browser event that triggers this event.
strRECORDID {
String} - the CDF jsxid of the selected record.
strRECORDIDS {
Array<String>} - the list of CDF jsxids of the selected records.
Fires after the user changes the selection of this table.
Context Variables
objEVENT {
jsx3.gui.Event} - the browser event that triggers this event.
strRECORDID {
String} - the CDF jsxid of the selected record.
strRECORDIDS {
Array<String>} - the list of CDF jsxids of the selected records.
Fires after the user hovers the mouse over this table and before the spyglass displays. The event script must evaluate to the HTML content to display in the spyglass. Canceling this event prevents the spyglass from displaying.
Cancelable: Evaluate to false to cancel event.
Context Variables
objEVENT {
jsx3.gui.Event} - the browser event that triggers this event.
strRECORDID {
String} - the CDF jsxid of the spied record.
intCOLUMNINDEX {
int} - the index (zero-based) for the target cell
Fires after the user right-clicks this table and before the bound context menu displays. Canceling this event prevents the menu from displaying.
Cancelable: Evaluate to false to cancel event.
Context Variables
objEVENT {
jsx3.gui.Event} - the browser event that triggers this event.
strRECORDID {
String} - the CDF jsxid of the selected record.
intCOLUMNINDEX {
int} - the index (zero-based) for the target cell
Return Fields
objMENU {
jsx3.gui.Menu} - use this field to override the default menu with an instance of
jsx3.gui.Menu.
Fires after this table is removed from the DOM.
Context Variables
objPARENT {
jsx3.app.Model} - the parent of this table before it is removed from the DOM.
Copyright © 2001-2007, TIBCO Software Inc.