Display a text field on a form. The field optionally
checks that input is present and remove superfluous spaces.
| Property |
Kind |
Description |
| Name | String(10) | Field name. |
| Size | Integer | Field size in characters. |
| Maxlength | Integer | Limit to the length of the field's value. |
| Value | String(20) | Initial field value. |
| Mandatory | Checkbox | Check to require the user to fill out the field. |
| Trim | Checkbox | Check to trim leading and trailing white-space from value. |
| Empty | Checkbox | Check to allow input of empty strings. If not checked empty input
means null. |
| Descr | String | A description of the field value. |
| Errmsg | String | An error message that is shown if the user enters a wrong value. |
| State | String(60) | Is field disabled ? |
| Password | Checkbox | Check to render input unreadable. |