Elgg  Version 1.11
Namespaces | Variables
email.php File Reference

Go to the source code of this file.

Namespaces

 Elgg
 Save menu items.
 

Variables

 $vars ['class'] = (array) elgg_extract('class', $vars, [])
 
 $vars ['class'][] = 'elgg-input-email'
 
 $defaults
 

Variable Documentation

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

Definition at line 15 of file email.php.

$vars = (array) elgg_extract('class', $vars, [])

Definition at line 12 of file email.php.

$vars['class'][] = 'elgg-input-email'

Definition at line 13 of file email.php.