Go to the source code of this file.
Initial value:= array(
'value' => '',
'disabled' => false,
'autocapitalize' => 'off',
'type' => 'text'
)
Definition at line 14 of file tags.php.
Elgg tag input Displays a tag input field.
$vars['disabled'] $vars['class'] Additional CSS class $vars['value'] Array of tags or a string $vars['entity'] Optional. Entity whose tags are being displayed (metadata ->tags)
Definition at line 12 of file tags.php.
if(is_array($vars['value'])) |