An improved TextField that can perform simple validations. The field may be required, and a minimum length may be specified.
Parameters
If true, then the text field is written as a <input type=password> form element.
A name for the the component, used when formulating error messages.
An IValidationDelegate used to handle validation exceptions.
Controls whether the text field is active or not. Netscape Navigator 4 ignores the disabled attribute.
Controls the display width of the text control in the client browser.
Controls the maximum number of characters that the text control will accept.