Elgg  Version 1.11
text.php
Go to the documentation of this file.
1 <?php
6 $vars['class'] = 'elgg-input-text';
7 $vars['type'] = 'text';
8 
10 
11 echo "<input $attrs>";
$vars['class']
Definition: text.php:12
$attrs
Definition: text.php:9
elgg echo
Translates a string.
Definition: languages.js:43
elgg_format_attributes(array $attrs=array())
Converts an associative array into a string of well-formed attributes.
Definition: output.php:139