SelectBox
class SelectBox extends ChoiceControl
Select box control that allows single item selection.
Constants
Valid |
validation rule |
VALID |
|
Methods
__construct($label = null, array|null $items = null)
No description
string|object|false
getPrompt()
Returns first prompt item?
setItems(array $items, bool $useKeys = true)
Sets options and option groups from which to choose.
Html|string
getControl()
Generates control's HTML element.
addOptionAttributes(array $attributes)
No description
setOptionAttribute(string $name, $value = true)
No description
bool
isOk()
No description
array
getOptionAttributes()
No description
Details
at line 34
__construct($label = null, array|null $items = null)
No description
at line 51
SelectBox
setPrompt(string|object|false $prompt)
Sets first prompt item in select box.
at line 62
string|object|false
getPrompt()
Returns first prompt item?
at line 72
ChoiceControl
setItems(array $items, bool $useKeys = true)
Sets options and option groups from which to choose.
at line 95
Html|string
getControl()
Generates control's HTML element.
at line 113
SelectBox
addOptionAttributes(array $attributes)
No description
at line 121
SelectBox
setOptionAttribute(string $name, $value = true)
No description
at line 128
bool
isOk()
No description
at line 138
array
getOptionAttributes()
No description