
The latest version is v. 5, last edited on Jan 17, 2013
(view differences
|
)
<< View previous version | view page history | view next version >>
<< View previous version | view page history | view next version >>
<mobi:fieldSetGroup> and <mobi:fieldSetRow>
Fieldsets can be used to group content in a mobile-friendly layout.
Usage
<mobi:fieldSetGroup inset="true"> <mobi:fieldSetRow> <mobi:commandButton name="submitB" buttonType="default" value="default"/> <mobi:commandButton name="submitB" buttonType='important' value="important"/> <mobi:commandButton name="submitB" buttonType='attention' value="attention"/> <mobi:commandButton name="submitB" value="plain" style="float:none;"/> </mobi:fieldSetRow> <mobi:fieldSetRow> You Pressed: <c:if test="${pressed != null}"> ${pressed} </c:if> </mobi:fieldSetRow> </mobi:fieldSetGroup>
Attributes
<mobi:fieldSetGroup>
id | Pagewide unique identifier. |
style | Inline style definition. |
styleClass | User defined CSS class. |
inset | If true, 'mobi-fieldset-inset' style class is applied to group. |
<mobi:fieldSetRow>
id | Pagewide unique identifier. |
style | Inline style definition. |
styleClass | User defined CSS class. |
group | If true, 'mobi-fieldset-row-group' CSS class is applied to row. |