itemfirst

Identifies the first item on the page, excluding the global item.

An item is first when it appears first in the build order (in other words, it is first in the XFDL text).

This option is not saved or transmitted as part of the form. Instead, it is automatically created each time the form is read into memory, and is maintained only during display or processing.

Syntax

   <itemfirst>item reference</itemfirst>
Table 1. itemfirst parameters
Parameter Type Description
item reference string A reference to the first item on the page, excluding the global item.

Available In

page global

Example

This sample shows how the itemfirst option appears in the page globals of a form.

   <page sid="PAGE1">
      <global sid="global">
         <itemfirst>LABEL1</itemfirst>
      </global>
   </page>

Usage details

  1. Defaults: none
  2. The itemfirst option is not saved or transmitted with form descriptions.