Elgg  Version 1.11
Variables
combo.php File Reference

Go to the source code of this file.

Variables

 $label = elgg_echo('install:label:combo:' . $vars['name'])
 Combination of text box and check box. More...
 
 $vars ['class'] = "elgg-combo-text"
 
 $vars ['value'] = "{$vars['name']}-checkbox"
 

Variable Documentation

$label = elgg_echo('install:label:combo:' . $vars['name'])

Combination of text box and check box.

When the checkbox is checked, the text field is cleared and disabled.

Definition at line 8 of file combo.php.

$vars['class'] = "elgg-combo-text"

Definition at line 10 of file combo.php.

$vars['value'] = "{$vars['name']}-checkbox"

Definition at line 14 of file combo.php.