MultiSelectBox
class MultiSelectBox extends MultiChoiceControl
Select box control that allows multiple items selection.
Methods
__construct($label = null, array|null $items = null)
No description
setItems(array $items, bool $useKeys = true)
Sets options and option groups from which to choose.
Html|string
getControl()
Generates control's HTML element.
addOptionAttributes(array $attributes)
No description
setOptionAttribute(string $name, $value = true)
No description
array
getOptionAttributes()
No description
Details
at line 27
__construct($label = null, array|null $items = null)
No description
at line 38
MultiChoiceControl
setItems(array $items, bool $useKeys = true)
Sets options and option groups from which to choose.
at line 61
Html|string
getControl()
Generates control's HTML element.
at line 79
MultiSelectBox
addOptionAttributes(array $attributes)
No description
at line 87
MultiSelectBox
setOptionAttribute(string $name, $value = true)
No description
at line 94
array
getOptionAttributes()
No description