Elgg  Version 1.9
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 ['class'] = "elgg-combo-checkbox"
 
 $vars ['value'] = "{$vars['name']}-checkbox"
 

Variable Documentation

◆ $label

$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 [1/3]

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

Definition at line 10 of file combo.php.

◆ $vars [2/3]

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

Definition at line 13 of file combo.php.

◆ $vars [3/3]

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

Definition at line 14 of file combo.php.