OverviewSince 4.0 The mobi:outputList component renders an unordered list of items in a way that is more presentable for touch devices. Getting StartedTo use the OutputList component, simply place mobi:outputListItem tags inside the mobi:outputList tag and nest any other components in them. <mobi:outputList> <mobi:outputListItem group="true">Category Title</mobi:outputListItem> <mobi:outputListItem> <h:outputText value="Item 1" /> </mobi:outputListItem> <mobi:outputListItem> <h:outputText value="Item 2" /> </mobi:outputListItem> </mobi:outputList> Attributes
When the group attribute is true, the mobi:outputListItem will be rendered in a header style. The value and var attributes in mobi:outputListItems work together to iterate over a collection of data objects to render output list items. 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 |
OutputList
© Copyright 2021 ICEsoft Technologies Canada Corp.