jsx3.gui.SplitterAPI


After ResizeFires when the user releases the mouse button after resizing this splitter.
Before ResizeFires when the user depresses the mouse button on this splitter.
DestroyFires after this splitter is removed from the DOM.

Before Resizejsxbeforeresize

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 Resizejsxafterresize

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.

Destroyjsxdestroy

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.