Provides the base class for most visual objects the user will interact with. A component encapsulates a DOM element and…
read moreProvides a visual progress feedback for tasks of unknown duration. Initialization Syntax: var activityIndicator = new Moobile.ActivityIndicator([element], [events], [options]); Parameters:…
read moreExtends Moobile.Control Provides a bar control that’s usually positionned at the top of bottom of a view. The bar itself…
read moreExtends Moobile.Control Provides a bar item control that will be used as the content of a Moobile.Bar control. Initialization Syntax:…
read moreExtends Moobile.Control Provides a list item control used inside a Moobile.List control. Initialization Syntax: var item = new Moobile.ListItem([element], [options],…
read moreExtends Moobile.Bar Provides an extended Moobile.Bar control that handles a Moobile.NavigationBarItem. Initialization Syntax: var navigationBar = new Moobile.NavigationBar([element], [options], [name]);…
read moreProvides an object for managing a view and its view controller hierarchy. Initialization Syntax: var viewController = new Moobile.ViewController([options], [name]);…
read moreExtends Moobile.ViewController Provides a controller for managing a stack of controllers with methods to move from one view controller to…
read more- 1
- 2