Class MultiSelectBox
Select box control that allows multiple item selection.
- Object
-
Component implements IComponent
-
FormControl implements IFormControl
-
SelectBox
-
MultiSelectBox
public
array
|
#
getValue(
)
Returns selected keys. |
public
array
|
#
getRawValue(
)
Returns selected keys (not checked). Returns selected keys (not checked). |
public
array
|
#
getSelectedItem(
)
Returns selected values. Returns selected values. |
public
string
|
#
getHtmlName(
)
Returns HTML name of control. Returns HTML name of control. |
public
Html
|
#
getControl(
)
Generates control's HTML element. Generates control's HTML element. |
Methods Inherited From SelectBox
__construct(), getValue(), getRawValue(), isFilled(), skipFirst(), isFirstSkipped(), areKeysUsed(), setItems(), getItems(), getSelectedItem(), getControl()
Methods Inherited From FormControl
__construct(), attached(), getForm(), getHtmlName(), setHtmlId(), getHtmlId(), setAttribute(), setOption(), getOption(), getOptions(), setTranslator(), getTranslator(), translate(), setValue(), getValue(), isFilled(), setDefaultValue(), loadHttpData(), setDisabled(), isDisabled(), getControl(), getLabel(), getControlPrototype(), getLabelPrototype(), addRule(), addCondition(), addConditionOn(), getRules(), setRequired(), isRequired(), validateEqual(), validateFilled(), validateValid(), addError(), getErrors(), hasErrors(), cleanErrors()
Methods Inherited From Component
__construct(), lookup(), lookupPath(), monitor(), unmonitor(), attached(), detached(), getName(), getParent(), validateParent(), __clone(), __wakeup()
Methods Inherited From Object
getReflection(), __call(), __callStatic(), extensionMethod(), __get(), __set(), __isset(), __unset()
Constants Inherited From Component
NAME_SEPARATOR
Properties Inherited From SelectBox
$allowed
Properties Inherited From FormControl
$idMask, $caption, $value, $control, $label