| AddNamedReadOnlyField |
| |
Create a named read-only field |
| |
| Library |
 |
module::system/webui/forms.whlib |
| |
| Syntax |
 |
PUBLIC MACRO AddNamedReadOnlyField (STRING groupname,STRING name,STRING label,STRING data) |
| |
| Description |
 |
A named read-only field is a component in a field group (use CreateFieldGroup to create one first). This type of read-only field can be used to append other components to. |
| |
| Parameters |
 |
| groupname |
 |
Group to add this field to |
 |
| name |
 |
Name of the field to add (this name will also be used to submit the contents of the inputfield) |
 |
| label |
 |
Label to display |
 |
| data |
 |
Data to display |
 |
|
| |