jsx3.gui.RadioButtonAPI


DestroyFires after this radio button is removed from the DOM.
SelectFires after the user selects this radio button.

Selectjsxselect

Fires after the user selects this radio button. Canceling this event prevents the selection.
Cancelable: Evaluate to false to cancel event.

Context Variables

this {jsx3.gui.RadioButton} - the object that publishes this event.
objEVENT {jsx3.gui.Event} - the browser event that triggers this event.

Destroyjsxdestroy

Fires after this radio button is removed from the DOM.

Context Variables

this {jsx3.gui.RadioButton} - the object that publishes this event.
objPARENT {jsx3.app.Model} - the parent of this radio button before it is removed from the DOM.