| AddTextAreaField |
| |
Create a text area entry field |
| |
| Library |
 |
module::system/webui/forms.whlib |
| |
| Syntax |
 |
PUBLIC MACRO AddTextAreaField (STRING groupname,STRING name,STRING label,STRING data,INTEGER rows) |
| |
| Description |
 |
A textarea field is a component in a field group (use CreateFieldGroup to create one first) |
| |
| Parameters |
 |
| groupname |
 |
Group to add this field to |
 |
| name |
 |
Name of the field to add |
 |
| label |
 |
Label to display |
 |
| data |
 |
Data to submit (if disabled) or to modify |
 |
| rows |
 |
Number of rows to show |
 |
|
| |