| AddChooseUserDialog |
| |
Create a choose user field/dialog |
| |
| Library |
 |
module::system/webui/forms.whlib |
| |
| Syntax |
 |
PUBLIC MACRO AddChooseUserDialog (STRING groupname,STRING name,STRING label,STRING user) |
| |
| Description |
 |
A choose users dialog is a component (field with dialog) 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 |
 |
| user |
 |
Selected user |
 |
|
| |