Elgg  Version master
Variables
text.php File Reference

Go to the source code of this file.

Variables

 $vars ['class'] = elgg_extract_class($vars, 'elgg-input-text')
 Elgg text input Displays a text input field. More...
 
 $defaults
 

Variable Documentation

◆ $defaults

$defaults
Initial value:
= [
'type' => 'text',
]

Definition at line 11 of file text.php.

◆ $vars

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

Elgg text input Displays a text input field.

@uses $vars['class'] Additional CSS class

Definition at line 9 of file text.php.