Elgg  Version 2.3
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

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

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.