Elgg  Version master
Variables
tag.php File Reference

Go to the source code of this file.

Variables

 $vars ['class'] = elgg_extract_class($vars, 'elgg-input-tag')
 Elgg tag input. More...
 
 $defaults
 

Variable Documentation

$defaults
Initial value:
= [
'autocapitalize' => 'off'

Definition at line 13 of file tag.php.

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

Elgg tag input.

Accepts a single tag value

$vars['value'] The default value for the tag $vars['class'] Additional CSS class

Definition at line 11 of file tag.php.