TITLE attribute
The TITLE
attribute defines the title of a form item.
Syntax
TITLE = [
%]
"string"
- string defines the title to be associated with the form item, with the % prefix it is a localized string.
Usage
The TITLE
attribute is used to define the title of a form field.
A form field
TITLE
can for example be used to define the header of a
TABLE
or TREE
column.Consider using localized strings with the %"string-id"
syntax, if you plan to internationalize your application.
The TITLE
attribute may be used for accessibility, if a screen reader is
available on the front-end side. For more details, see Screen readers.
Example
EDIT col4 = FORMONLY.ord_shipdate, TITLE="Ship date";