InputSelect
Wolfram Kernel
InputSelect[{expr1_ -> name1_String, expr2_ -> name2_String}, defaultExpr_] _EventObjectrepresents a select field with different choices
or
InputSelect[{val1_, val2_}, defaultval_] _EventObjectis also valid
Event generation
Emits corresponding expr based on user's choice.
Options
"Label"
Adds a label
"Class"
A text string of CSS classes applied to the component wrapper
"Style"
An inline CSS style string applied to the component wrapper
"LabelClass"
A text string of CSS classes applied to the label element
"LabelStyle"
An inline CSS style string applied to the label element
"SelectClass"
A text string of CSS classes applied to the select dropdown element
"SelectStyle"
An inline CSS style string applied to the select dropdown element
"Topic"
Specifies which topic or pattern of an event is used
Chaining events
One can reuse another event
InputSelect[event_EventObject, rest__]