Provides the base class for most visual objects the user will interact with. A component encapsulates a DOM element and…
read moreExtends Moobile.Control Provides a simple button control. The presentation of button is specific to its container. For instance, a button…
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.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 a bar item control that will be used as the content of a Moobile.Bar control. Initialization Syntax:…
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 a list item control used inside a Moobile.List control. Initialization Syntax: var item = new Moobile.ListItem([element], [options],…
read more