Class MultiSelectBox (namespace Nette\Forms)
Select box control that allows multiple item selection.
Object | --Component | --FormControl | --SelectBox | --MultiSelectBox
| Public Method Summary | |
|---|---|
| Html |
getControl
()
Generates control's HTML element.
|
| array |
getRawValue
()
Returns selected keys (not checked).
|
| array |
Returns selected values.
|
| array |
getValue
()
Returns selected keys.
|
| Methods Inherited From SelectBox |
|---|
| __construct(), areKeysUsed(), getControl(), getItems(), getRawValue(), getSelectedItem(), getValue(), isFirstSkipped(), setItems(), skipFirst(), validateFilled() |
| Methods Inherited From Component |
|---|
| __construct(), attached(), detached(), getName(), getParent(), getService(), getServiceLocator(), lookup(), lookupPath(), monitor(), setParent(), setServiceLocator(), validateParent(), __clone(), __wakeup() |
| Methods Inherited From Object |
|---|
| extensionMethod(), getClass(), getReflection(), __call(), __callStatic(), __get(), __isset(), __set(), __unset() |
| Variable Summary |
|---|
| Method Details | ||||||
|---|---|---|---|---|---|---|
|
line 104 getControlpublic Html getControl () Generates control's HTML element.
|
||||||
|
line 57 getRawValuepublic array getRawValue () Returns selected keys (not checked).
|
||||||
|
line 84 getSelectedItempublic array getSelectedItem () Returns selected values.
|
||||||
|
line 42 getValuepublic array getValue () Returns selected keys.
|
||||||
