A form element control that renders an HTML <textarea>, a multi-line text input.
See also: org.apache.tapestry.form.TextArea , InsertText , TextField
Name | Type | Direction | Required | Default | Description |
---|---|---|---|---|---|
value | string | in / out | yes | The value to read and update (unless the disabled parameters is true). | |
disabled | boolean | in | no | false | If true, then the <textarea> will be written with a disabled attribute (preventing user interaction in the client web browser). In addition, when the form is submitted, the component will not update its value parameter. |
displayName | string | in | no | A name for the field, which may be used by the FieldLabel component connected to the TextArea. |
Body: removed
Informal parameters: allowed
Reserved parameters: name
TextArea components may not have a validator, but they will be decorated by a IValidationDelegate if in error. Since there is no validator, such errors would be set within a listener method.