|
|
 |
 |
| AddPasswordField |
| |
Create a password entry field |
| |
| Library |
 |
module::system/webui/forms.whlib |
| |
| Syntax |
 |
PUBLIC MACRO AddPasswordField (STRING groupname,STRING name,STRING label,INTEGER maxlength) |
| |
| Description |
 |
A password field works like a text field, but cannot have 'default' data and the entered text is invisible |
| |
| Parameters |
 |
| groupname |
 |
Group to add this field to |
 |
| name |
 |
Name of the field to add |
 |
| label |
 |
Label to display |
 |
| maxlength |
 |
Maximum length of the text field |
 |
|
| |
|
|
|
|