•
|
Specify the WIDTH, which determines the maximum number of character spaces visible. Optionally the user may specify a larger SCROLL width, which is the maximum number of characters that the gadget can hold, and scroll through. The default scroll-width is 132 characters. The maximum is 256 characters.
|
•
|
Specify a data type using IS which determines how a value assigned to the gadget will be displayed and how a value typed by the user will be interpreted by their PML code. The user may also supply a FORMAT object which specifies in detail how a value is to be displayed or interpreted (see below).
|
•
|
Specify a NOECHO keyword that indicates any characters typed should be displayed as stars: a typical use would be a gadget for the user to enter a password.
|