itemlast

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

An item is last when it appears last in the build order (in other words, it is last 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

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

Available In

page global

Example

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

   <page sid="PAGE1">
      <global sid="global">
         <itemlast>BUTTON2</itemlast>
      </global>
   </page>

Usage details

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