Elgg  Version 1.11
Variables
tag.php File Reference

Go to the source code of this file.

Variables

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

Variable Documentation

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

Definition at line 14 of file tag.php.

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

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.

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

Definition at line 12 of file tag.php.