Constructor
new SelectBoxItem(name, label, items)
Construct a select box.
Parameters
-
name
string
the name of the control in the dialog, used for querying its value when the dialog closes, or providing an initial value when the dialog opens
-
label
string
the label to show next to the select box in the user interface
-
items
Array.<string>
the array of items to be shown in the select box in the user interface