Namespaces

  • Nette
    • Application
    • Caching
    • Collections
    • Config
    • Forms
    • IO
    • Loaders
    • Mail
    • Reflection
    • Security
    • Templates
    • Web
  • None
  • PHP

Classes

  • Button
  • Checkbox
  • ConventionalRenderer
  • FileUpload
  • Form
  • FormContainer
  • FormControl
  • FormGroup
  • HiddenField
  • ImageButton
  • InstantClientScript
  • MultiSelectBox
  • RadioList
  • Rule
  • Rules
  • SelectBox
  • SubmitButton
  • TextArea
  • TextBase
  • TextInput

Interfaces

  • IFormControl
  • IFormRenderer
  • INamingContainer
  • ISubmitterControl
  • Overview
  • Namespace
  • Class
  • Tree
  • Other releases

Class MultiSelectBox

Select box control that allows multiple item selection.

Nette\Object
Extended by Nette\Component implements Nette\IComponent
Extended by Nette\Forms\FormControl implements Nette\Forms\IFormControl
Extended by Nette\Forms\SelectBox
Extended by Nette\Forms\MultiSelectBox
Namespace: Nette\Forms
Author: David Grudl
Located at Forms/Controls/MultiSelectBox.php
Methods summary
public array
# getValue( )

Returns selected keys.

Returns selected keys.

Returns

array

Implementation of

Nette\Forms\IFormControl::getValue
public array
# getRawValue( )

Returns selected keys (not checked).

Returns selected keys (not checked).

Returns

array
public array
# getSelectedItem( )

Returns selected values.

Returns selected values.

Returns

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

Nette\Web\Html
Methods inherited from Nette\Forms\SelectBox
__construct(), areKeysUsed(), getItems(), isFirstSkipped(), setItems(), skipFirst(), validateFilled()
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()
Methods inherited from Nette\Object
__call(), __callStatic(), __get(), __isset(), __set(), __unset(), extensionMethod(), getReflection()
Constants inherited from Nette\IComponent
NAME_SEPARATOR
Properties inherited from Nette\Forms\SelectBox
$allowed
Properties inherited from Nette\Forms\FormControl
$caption, $control, $idMask, $label, $value
Nette Framework 0.9.7 API documentation generated by ApiGen 2.3.0