Since 4.0
Renders a header, a body and a footer layout that uses the whole screen of the user's device.
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>
TagLib Documentation
This section covers attributes involved in the typical use-cases for this component.
The style and styleClass attributes work the same way as in any other component. They are applied to the root DIV element.
None.
None.
None.
None.
None.
This component appears in the following ICEfaces sample applications: