views/installation/input/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.
|
| | $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['value'] = "{$vars['name']}-checkbox" |
| $vars['class'] = "elgg-combo-text" |