TextField

Implements a component that manages an HTML <input type=text> or <input type=password> form element, within a Form component.

Parameters

text

The text inside the text field.

hidden

If true, then the text field is written as a <input type=password> form element.

disabled

Controls whether the text field is active or not. Netscape Navigator 4 ignores the disabled attribute.

displayWidth

Controls the display width of the text control in the client browser.

maximumLength

Controls the maximum number of characters that the text control will accept.