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.

Parameters

array $items
$useKeys

Return Value

MultiChoiceControl

at line 51
Html|string getControl()

Generates control's HTML element.

Return Value

Html|string