jsx3.gui.Splitter
API
After Resize
Fires when the user releases the mouse button after resizing this splitter.
Before Resize
Fires when the user depresses the mouse button on this splitter.
Destroy
Fires after this splitter is removed from the DOM.
Before Resize
jsxbeforeresize
Fires when the user depresses the mouse button on this splitter. Canceling this event prevents this splitter from resizing.
Cancelable: Evaluate to
false
to cancel event.
Context Variables
this
{
jsx3.gui.Splitter
} - the object that publishes this event.
objEVENT
{
jsx3.gui.Event
} - the browser event that triggers this event.
objGUI
{
HTMLElement
} - the HTML element acted upon.
After Resize
jsxafterresize
Fires when the user releases the mouse button after resizing this splitter.
Context Variables
this
{
jsx3.gui.Splitter
} - the object that publishes this event.
objEVENT
{
jsx3.gui.Event
} - the browser event that triggers this event.
objGUI
{
HTMLElement
} - the HTML element acted upon.
Destroy
jsxdestroy
Fires after this splitter is removed from the DOM.
Context Variables
this
{
jsx3.gui.Splitter
} - the object that publishes this event.
objPARENT
{
jsx3.app.Model
} - the parent of this splitter before it is removed from the DOM.
Copyright © 2001-2007, TIBCO Software Inc.