Extends Moobile.Bar Provides an extended Moobile.Bar control that handles a Moobile.NavigationBarItem. Initialization Syntax: var navigationBar = new Moobile.NavigationBar([element], [options], [name]);…
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 moreExtends Moobile.Control Provides a control that contains text and HTML. Initialization Syntax: var text = new Moobile.Text([element], [options], [name]); Parameters:…
read moreProvides an area in which a user can interract. A view represents a page in your application. Initialization Syntax: var…
read more