Go to the source code of this file.
Variables | |
| $class = "input-password" | |
| Elgg password input Displays a password input field. | |
| $value = htmlentities($vars['value'], ENT_QUOTES, 'UTF-8') | |
| $class = "input-password" |
Elgg password input Displays a password input field.
$vars['value'] The current value, if any $vars['name'] The name of the input field
Definition at line 11 of file password.php.
| $value = htmlentities($vars['value'], ENT_QUOTES, 'UTF-8') |
Definition at line 13 of file password.php.
1.6.3