Elgg  Version 1.9
Variables
dropdown.php File Reference

Go to the source code of this file.

Variables

 $class = "elgg-input-dropdown"
 Elgg dropdown input Displays a dropdown input field. More...
 

Variable Documentation

$class = "elgg-input-dropdown"

Elgg dropdown input Displays a dropdown input field.

$vars['value'] The current value, if any $vars['name'] The name of the input field $vars['options'] An array of strings representing the options for the dropdown field $vars['options_values'] An associative array of "value" => "option" where "value" is an internal name and "option" is the value displayed on the button. Replaces $vars['options'] when defined.

Definition at line 13 of file dropdown.php.