TITLE attribute

The TITLE attribute defines the title of a form item.

Syntax

TITLE = [%]"string"
  1. string defines the title to be associated with the form item, with the % prefix it is a localized string.

Usage

The TITLE attribute defines the title of a form field.

For example, a form field TITLE can be used to define the header of a TABLE or TREE column.

If you plan to internationalize your application, consider using localized strings with the %"string-id" syntax.

The TITLE attribute supports accessibility when a screen reader is present. For more details, go to Screen readers.

Example

EDIT col4 = FORMONLY.ord_shipdate, TITLE="Ship date";