Class idx.mobile.Launch


Extends dijit._WidgetBase.
The Launch widget is a pane to display during application initialisation.

The launch pane creates its markup and displays immediately, covering the whole viewport. When the application has prepared its UI and is ready to start, it should call the global hide() method on the Launch object that this module returns. If an application needs to reshow the launch pane, the show() method can be called, although this is not usually necessary.

NB this module should be required FIRST in order to display as soon as possible.


Defined in: <idx\mobile\Launch.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 
Creates a new "Launch" pane

Constructor Detail

idx.mobile.Launch()

Creates a new "Launch" pane