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.

getSelectedItem() deprecated

No description

Details

at line 28
MultiChoiceControl setItems(array $items, $useKeys = TRUE)

Sets options and option groups from which to choose.

Parameters

array $items
$useKeys

Return Value

MultiChoiceControl

at line 53
Html|string getControl()

Generates control's HTML element.

Return Value

Html|string

at line 71
getSelectedItem() deprecated

deprecated

No description