Class MultiSelectBox
Select box control that allows multiple item selection.
-
Nette\Object
-
Nette\Component
implements
Nette\IComponent
-
Nette\Forms\FormControl
implements
Nette\Forms\IFormControl
-
Nette\Forms\SelectBox
-
Nette\Forms\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 name of control within a Form & INamingContainer scope.
Returns name of control within a Form & INamingContainer scope.
Returns
string
|
public
Nette\Web\Html
|
#
getControl( )
Generates control's HTML element.
Generates control's HTML element.
Returns
|
Methods inherited from Nette\Forms\FormControl
addCondition(),
addConditionOn(),
addError(),
addRule(),
attached(),
cleanErrors(),
getControlPrototype(),
getErrors(),
getForm(),
getHtmlId(),
getLabel(),
getLabelPrototype(),
getOption(),
getOptions(),
getRules(),
getTranslator(),
hasErrors(),
isDisabled(),
loadHttpData(),
notifyRule(),
setDefaultValue(),
setDisabled(),
setHtmlId(),
setOption(),
setTranslator(),
setValue(),
translate(),
validateEqual(),
validateValid()
|
Methods inherited from Nette\Component
__clone(),
__wakeup(),
detached(),
getName(),
getParent(),
lookup(),
lookupPath(),
monitor(),
setParent(),
unmonitor(),
validateParent()
|