jsx3.gui.ImageButtonAPI
| Destroy | Fires after this image button is removed from the DOM. |
| Execute | Fires after the user clicks this image button or after an equivalent event. |
| Menu | Fires after the user right-clicks this image button and before the bound context menu displays. |
| Toggle | Fires when the user changes the state of this image button. |
Fires after the user clicks this image button or after an equivalent event.
Context Variables
objEVENT {
jsx3.gui.Event} - the browser event that triggers this event.
Fires when the user changes the state of this image button. Canceling this event prevents the change of state.
Cancelable: Evaluate to false to cancel event.
Context Variables
objEVENT {
jsx3.gui.Event} - the browser event that triggers this event.
intSTATE {
int} - the new state if not vetoed.
Fires after the user right-clicks this image button 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.
Return Fields
objMENU {
jsx3.gui.Menu} - use this field to override the default menu with an instance of
jsx3.gui.Menu.
Fires after this image button is removed from the DOM.
Context Variables
objPARENT {
jsx3.app.Model} - the parent of this image button before it is removed from the DOM.
Copyright © 2001-2007, TIBCO Software Inc.