Elgg  Version 2.3
Namespaces | Variables
password.php File Reference

Go to the source code of this file.

Namespaces

 Elgg
 Save menu items.
 

Variables

 $vars ['class'] = elgg_extract_class($vars, 'elgg-input-password')
 
 $defaults
 

Variable Documentation

Initial value:
= array(
'disabled' => false,
'value' => '',
'autocapitalize' => 'off',
'autocorrect' => 'off',
'type' => 'password'
)

Definition at line 16 of file password.php.

$vars = elgg_extract_class($vars, 'elgg-input-password')

Definition at line 14 of file password.php.