The pageMenu element defines how menus and buttons are displayed on the page.
Element Structure
The pageMenu element structure is as follows:
<xs:complexType name="pageMenu"> <xs:sequence> <xs:element name="menuVisible" type="xs:boolean" /> <xs:element name="menuButtons" type="tns:button" minOccurs="0" maxOccurs="unbounded" /> </xs:sequence> </xs:complexType> |
The pageMenu element contains the following sub-elements:
|
This section presents a sample page menu, followed by the JSON content that builds the UI representation.
|