MultiSelectBox
class MultiSelectBox extends MultiChoiceControl
Select box control that allows multiple items selection.
Methods
setItems(array $items, $useKeys = TRUE)
Sets options and option groups from which to choose.
Html|string
getControl()
Generates control's HTML element.
Details
at line 26
MultiChoiceControl
setItems(array $items, $useKeys = TRUE)
Sets options and option groups from which to choose.
at line 51
Html|string
getControl()
Generates control's HTML element.