pageContent

The pageContent element specifies how the page content area is constructed.

Page Content Areas

Element Structure

The pageContent element structure is as follows:

<xs:complexType name="pageContent">

   <xs:sequence>

      <xs:element name="contentHeader" type="tns:htmlSpan" />

      <xs:element name="contentSections" type="tns:contentSection" minOccurs="0" maxOccurs="unbounded"/>

      <xs:element name="contentFooter" type="tns:htmlSpan" />

      <xs:element name="allowVerticalScroll" type="xs:boolean" />

      <xs:element name="allowHorizonalScroll" type="xs:boolean" />

    </xs:sequence>

</xs:complexType>

tog_minusSub-elements

The pageContent element contains the following sub-elements:

Name

Data Type

Comment

contentHeader

htmlSpan

Defines the contentHeader element as a span element to enable grouping page inline header elements together.

contentSections

contentSection

contentFooter

htmlSpan

Defines the contentFooter element as a span element to enable grouping inline footer elements together.

allowVerticalScroll

boolean

Enables vertical scrolling on the page.

allowHorizonalScroll

boolean

Enables horizontal scrolling on the page.

The page content controls are as follows:

contentSection—Specifies how the content area is constructed.

sectionChoice—Specifies how a choice is displayed and what options are provided.

Button Controls—Provides the available button controls.

inputFormatEnum—Defines what type of input is required.