Elgg  Version 2.3
text.php
Go to the documentation of this file.
1 <?php
12 $vars['class'] = elgg_extract_class($vars, 'elgg-input-text');
13 
14 $defaults = array(
15  'value' => '',
16  'disabled' => false,
17  'type' => 'text'
18 );
19 
20 $vars = array_merge($defaults, $vars);
21 
$vars['class']
Definition: text.php:12
$defaults
Definition: text.php:14
elgg_extract_class(array $array, $existing=[])
Extract class names from an array with key "class", optionally merging into a preexisting set...
Definition: elgglib.php:1396
elgg_format_element($tag_name, array $attributes=array(), $text= '', array $options=array())
Format an HTML element.
Definition: output.php:208
elgg echo
Translates a string.
Definition: languages.js:48