Dropdown of ticket type
static public dropdownType ( $name, $options = [] ) : string | ||
$name | select name | |
$options | array of options: - value : integer / preselected value (default 0) - toadd : array / array of specific values to add at the begining - on_change : string / value to transmit to "onChange" - display : boolean / display or get string (default true) | |
return | string | id of the select |