Since 4.0
The mobi:outputList component renders an unordered list of items in a way that is more presentable for touch devices.
To 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>
TagLib Documentation
This section covers attributes involved in the typical use-cases for this component.
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.
None.
None.
None.
None.
None.
This component appears in the following ICEfaces sample applications: