Page

amx:panelPage

The Page component is an important building block in AMX. It defines the content area in a page that will scroll up and down between header and footer areas. It is the parent container for all AMX applications built using AMX.

The panel page consists of the following elements:

This component is commonly used on tablets and phones.

Appearance

Appearance characteristics for this component.

Behavior

Common behaviors for this component.

Usage

Usage guidelines for this component.

On the Phone

On the Tablet

Sample

AMX sample code for this component.

<amx:panelPage>
<amx:facet name="header">
<amx:outputText id="ot1" value="Welcome"/>
</amx:facet>
</amx:panelPage>

Related

Fig 1. iOS Page

 

Fig 2. Android Page