Elgg  Version 1.9
Variables
tag.php File Reference

Go to the source code of this file.

Variables

if(isset($vars['class'])) else
 Elgg tag input. More...
 
 $defaults
 
 $vars = array_merge($defaults, $vars)
 

Variable Documentation

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

Definition at line 17 of file tag.php.

$vars = array_merge($defaults, $vars)

Definition at line 23 of file tag.php.

if (isset($vars['class'])) else
Initial value:
{
$vars['class'] = "elgg-input-tag"
$vars
Definition: tag.php:23

Elgg tag input.

Accepts a single tag value

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

Definition at line 13 of file tag.php.