|
|
 |
 |
| AddReadOnlyLinkField |
| |
Create a read-only field, with a hyperlink |
| |
| Library |
 |
module::system/webui/forms.whlib |
| |
| Syntax |
 |
PUBLIC MACRO AddReadOnlyLinkField (STRING groupname,STRING label,STRING data,STRING link,BOOLEAN newwindow) |
| |
| Description |
 |
A 'read-only with link' field is a component in a field group (use CreateFieldGroup to create one first) |
| |
| Parameters |
 |
| groupname |
 |
Group to add this field to |
 |
| label |
 |
Label to display |
 |
| data |
 |
Data to display |
 |
| link |
 |
Link to create |
 |
| newwindow |
 |
Should the link be opened in a new window |
 |
|
| |
|
|
|
|