XFSFIELD | fieldname* | ||||
BEGIN | |||||
(required) | POSITION | x, | Horizontal position (relative to left side of form) | ||
y | Vertical position (relative to top of form) | ||||
(required) | SIZE | width, | Field width | ||
height | Field height | ||||
TYPE | fieldtype |
Type of field: TEXT (default) INVISIBLE PASSWORD (contents is echoed with ‘*’) |
|||
CLASS | class |
Field class OPTIONAL (default) STATIC REQUIRED |
|||
KEYS | keys |
Accepted input key types: NUMERIC HEXADECIMAL ALPHANUMERIC |
|||
ACCESS | access |
Access rights of field WRITE (default) READ READWRITE |
|||
OVERFLOW | overflow |
Action on field overflow: TERMINATE (default) TRUNCATE OVERWRITE |
|||
STYLE | style |
Display attributes as a combination of the following, ORed together using the "|" operator: NORMAL (default) UNDER (single underline) INVERTED FLASHING |
|||
HORIZONTAL | justify |
Horizontal alignment of field contents LEFT (default) RIGHT CENTER |
|||
FORMAT | formatstring* | Application defined | |||
INITIALVALUE | value* | Initial value | |||
END |