OutputList

Table of Contents

Overview

Since 4.0

The mobi:outputList component renders an unordered list of items in a way that is more presentable for touch devices.

Getting Started

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>

Attributes

TagLib Documentation
This section covers attributes involved in the typical use-cases for this component. For reference, the complete taglib documentation for this component is available here.

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 Listeners

None.

Client Behavior Events

None.

JavaScript API

None.

Keyboard Support

None.

Known Issues

None.

Additional Resources

Sample Applications

This component appears in the following ICEfaces sample applications:

Tutorials

This component appears in the following ICEfaces tutorials:

None

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.

© Copyright 2021 ICEsoft Technologies Canada Corp.