jsx3.gui.SelectAPI
| Before Select | Fires after the user makes a selection and before the state of this select control is updated. |
| Destroy | Fires after this select control is removed from the DOM. |
| Key Down | Fires after a browser keydown event when this select control has focus. |
| Key Up | Fires after a keyup event when this select control has focus. |
| Select | Fires after the user makes a selection. |
Fires after the user makes a selection and before the state of this select control is updated. Canceling this event prevents the change of state of the select control.
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.
Fires after the user makes a selection.
Context Variables
objEVENT {
jsx3.gui.Event} - the browser event that triggers this event.
strRECORDID {
String} - the CDF jsxid of the selected record.
Fires after a browser keydown event when this select control has focus.
Context Variables
objEVENT {
jsx3.gui.Event} - the browser event that triggers this event.
Fires after a keyup event when this select control has focus.
Context Variables
objEVENT {
jsx3.gui.Event} - the browser event that triggers this event.
Fires after this select control is removed from the DOM.
Context Variables
objPARENT {
jsx3.app.Model} - the parent of this select control before it is removed from the DOM.
Copyright © 2001-2007, TIBCO Software Inc.