Class representing a Text area in a form.
Class TextArea( name, [text],[rows],[cols],[readonly],[disabled] ) from \
BaseInput(( "textarea", TextAreaAttribs))
| name | The name of the field to be sent in the form. |
| text | The text to be displayed in the area. |
| rows | The number of rows for the visualization. |
| cols | The number of columns for the visualization. |
| readonly | set to true to make this text area read-only. |
| disabled | set to true to make this text area grayed out. |
| Properties | |
| text |
| Methods inherited from class BaseInput | |
| disabled | Helper method to disable this input. |
| readonly | Helper method to set this field read-only. |
| Properties inherited from class BaseDom | |
| childTypeList | |
| children | |
| eattr | |
| hname | |
| parent | |
| profile | Meta-profiles. |
| text | |
| Methods inherited from class BaseDom | |
| render | |
| st_makesep | |