Go to the source code of this file.
Initial value:= array(
'value' => '',
'disabled' => false,
'autocapitalize' => 'off',
)
Definition at line 17 of file tag.php.
$vars = array_merge($defaults, $vars) |
if (isset($vars['class'])) else |
Initial value:{
$vars[
'class'] =
"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 13 of file tag.php.