
- jQuery Mobile Tutorial
- jQuery Mobile - Home
- jQuery Mobile - Overview
- jQuery Mobile - Setup
- jQuery Mobile - Pages
- jQuery Mobile - Icons
- jQuery Mobile - Transitions
- jQuery Mobile - Layouts
- jQuery Mobile - Widgets
- jQuery Mobile - Events
- jQuery Mobile - Forms
- jQuery Mobile - Themes
- jQuery Mobile - CSS Classes
- jQuery Mobile - Data Attributes
- jQuery Mobile Useful Resources
- jQuery Mobile - Interview Questions
- jQuery Mobile - Quick Guide
- jQuery Mobile - Useful Resources
- jQuery Mobile - Discussion
jQuery Mobile - Controlgroup Widget
Controlgroups provide a set of buttons to specify a single block that looks like a navigation component.
Following table lists some of the controlgroups, supported by the jQuery Mobile.
Sr.No. | Type & Description |
---|---|
1 | Controlgroup Vertical
You can display the controlgroup in vertical type. |
2 | Controlgroup Horizontal
You can display the controlgroup in horizontal type. |
3 | Mini sized Controlgroup
You can display the controlgroup in small size. |
4 | Controlgroup Radio button
Display the radio button in the controlgroup. |
5 | Controlgroup Checkbox
Display the checkbox in the controlgroup. |
6 | Controlgroup Selects
Create the dropdown list in the controlgroup. |
7 | Controlgroup Textinputs
You can specify the text inputs that allow the users to input data. |
8 | Controlgroup Pre-rendered Markup
You can use this for saving the startup time in the controlgroup. |
jquery_mobile_widgets.htm
Advertisements