jsx3.gui.IFrameAPI


DestroyFires after this iframe is removed from the DOM.
LoadFires after the content of this iframe loads.

Loadjsxload

Fires after the content of this iframe loads.

Context Variables

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

Destroyjsxdestroy

Fires after this iframe is removed from the DOM.

Context Variables

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