| Elgg
    Version 1.9
    | 
Go to the source code of this file.
| Variables | |
| $class = "elgg-input-dropdown" | |
| Elgg dropdown input Displays a dropdown input field.  More... | |
| $class = "elgg-input-dropdown" | 
Elgg dropdown input Displays a dropdown input field.
@uses $vars['value'] The current value, if any @uses $vars['name'] The name of the input field @uses $vars['options'] An array of strings representing the options for the dropdown field @uses $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.