Mobile Components
Mobile Components are visual components specially designed to fit mobile applications. When in design view, you can find them listed in the Tool Palette pane. Mobile Components can only be added to mobile pages.
Components
 MIFrame MIFrame
- An iframe where you can load a webpage.
 MButton MButton
- A button user can click.
 MPanel MPanel
- A container for other visual components. When you change the position of an MPanel, the position of contained components changes too.
 MCheckBoxGroup MCheckBoxGroup
- A group of checkboxes. Multiple items can be selected at a time. You can manage its items through its Items property.
 MRadioGroup MRadioGroup
- A group of radio buttons. Only one item can be selected at a time. You can manage its items through its Items property.
 MobileTheme MobileTheme
- A theme to which you can associate other components. For information about theming, check this page.
 MEdit MEdit
- A one-line input field where user can type.
 MTextArea MTextArea
- A multiline input field where user can type.
 MLink MLink
- A link to a web page. It looks like a common button that, when clicked, opens a given URL in default web browser.
 MCollapsible MCollapsible
- A collapsible container for other visual components. When you click on MCollapsible’s title, it shows or hides its content.
 MToolBar MToolBar
- A toolbar to which you can add items through its Items property, with their name, icon, and more.
 MToggle MToggle
- A switch button. It can be switched (on and off) either by clicking it or by toggling it.
 MRadioButton MRadioButton
- A radio button.
 MCheckBox MCheckBox
- A checkbox.
 MComboBox MComboBox
- A combobox, a field whose value user can choose from a list of possible values, defined by you.
 MCollapsibleSet MCollapsibleSet
- A group of collapsible containers. When user click a collapsible inside the group, current opened collapsible container is hidden.
 MList MList
- A dynamic list you can fill with data, either manually, through its Items property, or with a database connection.
 MMap MMap
- An interactive world map provided by the Google Maps service.
 MDateTimePicker MDateTimePicker
- An input field to enter a date and time value.
 MCanvas MCanvas
- A canvas where you can draw 2D and 3D images.
 MShape MShape
- A simple geometric shape.
 MImage MImage
- An image.
 MLabel MLabel
- A label of text user can read but not change.
 MMedia MMedia
- Play audio and video files.
