| Component fieldtextarea |
Description
Text area field. Works like a text field but is displayed using multiple lines. The body of the component contains the default field content.
Format
< fieldtextarea ... > ... < /fieldtextarea >
Details
Component must be used inside a form.
| Include File: | formfields.hei |
| Session Mode: | none |
Properties
| Property | Kind | Description |
| Name | Field name. | |
| Rows | Area height in characters. | |
| Cols | Area width in characters. | |
| Mandatory | Check to require the user to fill out the field. | |
| Wrap | Control automatic wrap.
| |
| Trim | Check to trim leading and trailing white-space from value. | |
| Empty | Check to allow input of empty strings. If not checked empty input means null. | |
| Descr | A description of the field value. | |
| Errmsg | An error message that is shown if the user enters a wrong value. | |
| Format | Formatting in display mode | |
| Env | Text Block Formatting in display mode | |
| Maxlength | Limit to the length of the field's value. | |
| State | Is field disabled? |