FieldSet

Table of Contents

Overview

Since 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 Started

To 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

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:fieldSetRow will be rendered in a header style.

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.