OverviewSince 4.0 The mobi:fieldSetGroup component contains mobi:fieldsetRow components, which in turn can contain any other components. These components are mainly used to present input components in a more presentable and usable way for touch devices. Getting StartedTo use the FieldSet components, simply place the mobi:fieldsetRow tags inside the mobi:fieldsetGroup tag and add any other components inside the rows. <h:form> <mobi:fieldsetGroup> <mobi:fieldsetRow group="true"> Name </mobi:fieldsetRow> <mobi:fieldsetRow > <h:outputLabel for="firstName" value="First Name: " /> <h:inputText id="firstName" value="#{bean.firstName}" /> </mobi:fieldsetRow> <mobi:fieldsetRow > <h:outputLabel for="lastName" value="Last Name: " /> <h:inputText id="lastName" value="#{bean.lastName}" /> </mobi:fieldsetRow> </mobi:fieldsetGroup> </h:form> Attributes
When the group attribute is true, the mobi:fieldSetRow will be rendered in a header style. Event ListenersNone. Client Behavior EventsNone. JavaScript APINone. Keyboard SupportNone. Known IssuesNone. Additional ResourcesSample ApplicationsThis component appears in the following ICEfaces sample applications: TutorialsThis component appears in the following ICEfaces tutorials: None |
FieldSet
© Copyright 2021 ICEsoft Technologies Canada Corp.