Extends Moobile.Control Provides a simple button control. The presentation of button is specific to its container. For instance, a button…
read moreExtends Moobile.Component Provides the base class for controls such has buttons and lists. Syntax: var control = new Moobile.Control([element], [options],…
read moreExtends Moobile.Control Provides an image control that correctly frees the memory upon being unloaded. Initialization Syntax: var image = new…
read moreExtends Moobile.Control Provides an horizontal slider control. Initialization Syntax: var slider = new Moobile.Slider([element], [options], [name]); Parameters: Name Type Description…
read moreProvides a list control that handles list items. Initialization Syntax: var list = new Moobile.List([element], [options], [name]); Parameters: Name Type…
read moreExtends Moobile.Component Provides a modal alert dialog. Initialization Syntax: var alert = new Moobile.Alert([element], [options], [name]); Parameters: Name Type Description…
read moreExtends Moobile.Control Provides a control that group buttons and handle the selection of these buttons. Initialization Syntax: var buttonGroup =…
read moreProvides an extended Moobile.BarItem that handles a title and buttons on both sides of the title. Initialization Syntax: var navigationBarItem…
read more- 1
- 2