mobile Taglib documentation

Version 1.0
Description Tags for widget mobile based on the jQuery Mobile framework.

Tag collapsibleSet mobile:collapsibleSet(...)

Renders a Collapsible Set.
Body Content: scriptless
Attribute nameRequiredRuntime Expression EvaluationType
themefalsetruejava.lang.String
Sets the color of each collapsible in a the set.
contentThemefalsetruejava.lang.String
Adds a themed background color and border to the content block.
varCssIdfalsefalsejava.lang.String
Name of the exported variable for the widget ID. If the widget has no ID, a random one is generated.
varUcssIdfalsefalsejava.lang.String
Name of the exported variable for the widget Unique CSS ID.
extraCssfalsetruejava.lang.String
CSS class to adds to the widget wrapper.
extraStylesfalsetruejava.lang.String
Styles to adds to the widget wrapper.

Tag collapsible mobile:collapsible(...)

Renders a Collapsible.
Body Content: scriptless
Attribute nameRequiredRuntime Expression EvaluationType
collapsedfalsetrueboolean
Specifies if the collapsible should be collapsed by default.
themefalsetruejava.lang.String
Sets the color of the collapsible header button.
contentThemefalsetruejava.lang.String
Sets a themed background color and border to the content block.
varCssIdfalsefalsejava.lang.String
Name of the exported variable for the widget ID. If the widget has no ID, a random one is generated.
varUcssIdfalsefalsejava.lang.String
Name of the exported variable for the widget Unique CSS ID.
extraCssfalsetruejava.lang.String
CSS class to adds to the widget wrapper.
extraStylesfalsetruejava.lang.String
Styles to adds to the widget wrapper.

Tag listView mobile:listView(...)

Renders a ListView widget.
Body Content: scriptless
Attribute nameRequiredRuntime Expression EvaluationType
orderedfalsetrueboolean
Specifies whether the list if of ordered type or not.
insetfalsetrueboolean
Specifies whether the list should be displayed with an 'inset' style or not.
themefalsetruejava.lang.String
Sets the theme for the ListView items.
dividerThemefalsetruejava.lang.String
Sets the theme for the ListView dividers. For example the titles.
filterfalsetrueboolean
Specifies whether if the list should be filterable or not.
filterPlaceholderfalsetruejava.lang.String
Sets a placeholder text in the search input.
filterThemefalsetruejava.lang.String
Sets the search box theme.
varCssIdfalsefalsejava.lang.String
Name of the exported variable for the widget ID. If the widget has no ID, a random one is generated.
varUcssIdfalsefalsejava.lang.String
Name of the exported variable for the widget Unique CSS ID.
extraCssfalsetruejava.lang.String
CSS class to adds to the widget wrapper.
extraStylesfalsetruejava.lang.String
Styles to adds to the widget wrapper.

Tag listViewItem mobile:listViewItem(...)

Renders a ListView item widget.
Body Content: scriptless
Attribute nameRequiredRuntime Expression EvaluationType
iconfalsetruejava.lang.String
Specifies an icon for the list item.
dividerfalsetrueboolean
Specifies whether the item should be a divider or not.
themefalsetruejava.lang.String
Sets the theme for the list item (Override the theme sets by the ListView).

Tag button mobile:button(...)

Renders a Button widget.
Body Content: scriptless
Attribute nameRequiredRuntime Expression EvaluationType
hreffalsetruejava.lang.String
Specifies the 'href' attribute for the button.
inlinefalsetrueboolean
Specifies whether the button should be inlined or take all the width.
iconfalsetruejava.lang.String
Sets the icon.
iconPositionfalsetruejava.lang.String
Sets the icon position.
ajaxfalsetrueboolean
Specifies whether the link should be handled using AJAX.
transitionfalsetruejava.lang.String
Sets the transition type.
reverseTransitionfalsetrueboolean
Specifies whether the transition should be reversed or not.
forceActiveStatefalsetrueboolean
Sets the button as active.
themefalsetruejava.lang.String
Sets the theme for the button.
varCssIdfalsefalsejava.lang.String
Name of the exported variable for the widget ID. If the widget has no ID, a random one is generated.
varUcssIdfalsefalsejava.lang.String
Name of the exported variable for the widget Unique CSS ID.
extraCssfalsetruejava.lang.String
CSS class to adds to the widget wrapper.
extraStylesfalsetruejava.lang.String
Styles to adds to the widget wrapper.

Tag controlGroup mobile:controlGroup(...)

Renders a ControlGroup.
Body Content: scriptless
Attribute nameRequiredRuntime Expression EvaluationType
horizontalfalsetrueboolean
Specifies whether the controlgroup's buttons should be aligned horizontally.
varCssIdfalsefalsejava.lang.String
Name of the exported variable for the widget ID. If the widget has no ID, a random one is generated.
varUcssIdfalsefalsejava.lang.String
Name of the exported variable for the widget Unique CSS ID.
extraCssfalsetruejava.lang.String
CSS class to adds to the widget wrapper.
extraStylesfalsetruejava.lang.String
Styles to adds to the widget wrapper.
Renders a Header.
Body Content: scriptless
Attribute nameRequiredRuntime Expression EvaluationType
positionfalsetruejava.lang.String
themefalsetruejava.lang.String
backBtnfalsetrueboolean
backBtnTextfalsetruejava.lang.String
varCssIdfalsefalsejava.lang.String
Name of the exported variable for the widget ID. If the widget has no ID, a random one is generated.
varUcssIdfalsefalsejava.lang.String
Name of the exported variable for the widget Unique CSS ID.
extraCssfalsetruejava.lang.String
CSS class to adds to the widget wrapper.
extraStylesfalsetruejava.lang.String
Styles to adds to the widget wrapper.
Renders a Footer.
Body Content: scriptless
Attribute nameRequiredRuntime Expression EvaluationType
idfalsetruejava.lang.String
positionfalsetruejava.lang.String
themefalsetruejava.lang.String
varCssIdfalsefalsejava.lang.String
Name of the exported variable for the widget ID. If the widget has no ID, a random one is generated.
varUcssIdfalsefalsejava.lang.String
Name of the exported variable for the widget Unique CSS ID.
extraCssfalsetruejava.lang.String
CSS class to adds to the widget wrapper.
extraStylesfalsetruejava.lang.String
Styles to adds to the widget wrapper.

Tag widget mobile:widget(...)

Renders a basic Widget mobile wrapper.
Body Content: scriptless
Attribute nameRequiredRuntime Expression EvaluationType
rolefalsetruejava.lang.String
themefalsetruejava.lang.String
varCssIdfalsefalsejava.lang.String
Name of the exported variable for the widget ID. If the widget has no ID, a random one is generated.
varUcssIdfalsefalsejava.lang.String
Name of the exported variable for the widget Unique CSS ID.
extraCssfalsetruejava.lang.String
CSS class to adds to the widget wrapper.
extraStylesfalsetruejava.lang.String
Styles to adds to the widget wrapper.
htmlTagfalsetruejava.lang.String
The HTML tag to use for the widget wrapper. Defaults to 'div'.