Fieldset Tag

compared with
Current by Philip Breau
on Jan 17, 2013 16:55.


 
Key
These lines were removed. This word was removed.
These lines were added. This word was added.

View page history


There are 1 changes. View first change.

 h2. {{<mobi:fieldSetGroup>}} and {{<mobi:fieldSetRow>}}
  
 Fieldsets can be used to group content in a mobile-friendly layout.
  
 h3. Usage
  
 {code:xml}
 <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>{code}
  
  
  
  h3. Attributes
  
 h4. {{<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. |
  
 h4. {{<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. |
  h3. Tag Documentation
 [fieldsetGroup|http://res.icesoft.org/docs/icemobile/v1_latest/jsp/tld/icemobile/fieldsetGroup.html]
 [fieldsetRow|http://res.icesoft.org/docs/icemobile/v1_latest/jsp/tld/icemobile/fieldsetRow.html]

© Copyright 2016 ICEsoft Technologies Canada Corp.