OverviewSince 4.0 Renders a header, a body and a footer layout that uses the whole screen of the user's device. Getting StartedThe 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
The style and styleClass attributes work the same way as in any other component. They are applied to the root DIV element. Event ListenersNone. Client Behavior EventsNone. JavaScript APINone. Keyboard SupportNone. Known IssuesNone. Additional ResourcesSample ApplicationsThis component appears in the following ICEfaces sample applications: TutorialsThis component appears in the following ICEfaces tutorials: None |
PagePanel
© Copyright 2021 ICEsoft Technologies Canada Corp.