•
|
Specify the WIDTH, which determines the maximum number of character spaces visible. Optionally you 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 you will be interpreted by your PML code. You 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 you to enter a password.
|