PagePanel

Table of Contents

Overview

Since 4.0

Renders a header, a body and a footer layout that uses the whole screen of the user's device.

Getting Started

The PagePanel component is meant to be used as a standalone, since it uses the whole page. The header, body and footer sections are defined via facets.

<mobi:pagePanel>
	<f:facet name="header">
		<h:outputText value="Page Header" />
	</f:facet>
	<f:facet name="body">
		<h:outputText value="Main Content" />
	</f:facet>
	<f:facet name="footer">
		<h:outputText value="Page Footer" />
	</f:facet>
</mobi:pagePanel>

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.

The style and styleClass attributes work the same way as in any other component. They are applied to the root DIV element.

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.