jsx3.gui.ColorPicker
API
Change
Fires after the user changes the value of this color picker.
Destroy
Fires after this color picker is removed from the DOM.
Change
jsxchange
Fires after the user changes the value of this color picker.
Context Variables
this
{
jsx3.gui.ColorPicker
} - the object that publishes this event.
objEVENT
{
jsx3.gui.Event
} - the browser event that triggers the value change.
intRGB
{
int
} - the new RGB value.
Destroy
jsxdestroy
Fires after this color picker is removed from the DOM.
Context Variables
this
{
jsx3.gui.ColorPicker
} - the object that publishes this event.
objPARENT
{
jsx3.app.Model
} - the parent of this color picker before it is removed from the DOM.
Copyright © 2001-2007, TIBCO Software Inc.