|
|
 |
 |
| AddDialogButton |
| |
Append a dialog button to a field |
| |
| Library |
 |
module::system/webui/forms.whlib |
| |
| Syntax |
 |
PUBLIC MACRO AddDialogButton (STRING fieldname,STRING buttonname,STRING label,STRING dialogpath,STRING alttext,INTEGER width,INTEGER height) |
| |
| Parameters |
 |
| fieldname |
 |
Name to the form element this dialog is linked to (textfield) |
 |
| buttonname |
 |
Name of the button to add |
 |
| label |
 |
Label to display |
 |
| dialogpath |
 |
Location (URL) of the dialog to load |
 |
| alttext |
 |
Text to display when hovering the dialog button |
 |
| width |
 |
Width of the dialog to load |
 |
| height |
 |
Height of the dialog to load |
 |
|
| |
|
|
|
|