Implements a component that manages an HTML <textarea> form element,
within a Form component.
Parameters
- text
The text inside the text area.
- disabled
Controls whether the Text is active or not.
The disabled attribute is ignored by
Netscape Navigator 4.
- columns
The width of the <textarea>, in characters.
- rows
The number of rows in the <textarea>.