Class MultiSelectBox
Select box control that allows multiple item selection.
-
Object
-
Component
implements
IComponent
-
FormControl
implements
IFormControl
-
SelectBox
-
MultiSelectBox
Methods summary
public
array
|
#
getValue( )
Returns selected keys.
Returns
array
Implementation of
|
public
array
|
#
getRawValue( )
Returns selected keys (not checked).
Returns selected keys (not checked).
Returns
array
|
public
array
|
|
public
string
|
#
getHtmlName( )
Returns HTML name of control.
Returns HTML name of control.
Returns
string
|
public
Html
|
#
getControl( )
Generates control's HTML element.
Generates control's HTML element.
Returns
|
Methods inherited from FormControl
addCondition(),
addConditionOn(),
addError(),
addRule(),
attached(),
cleanErrors(),
getControlPrototype(),
getErrors(),
getForm(),
getHtmlId(),
getLabel(),
getLabelPrototype(),
getOption(),
getOptions(),
getRules(),
getTranslator(),
hasErrors(),
isDisabled(),
isRequired(),
loadHttpData(),
setAttribute(),
setDefaultValue(),
setDisabled(),
setHtmlId(),
setOption(),
setRequired(),
setTranslator(),
setValue(),
translate(),
validateEqual(),
validateFilled(),
validateValid()
|