CheckboxList
class CheckboxList extends MultiChoiceControl
Set of checkboxes.
Properties
protected Html | $separator | ||
Html read-only | $separatorPrototype |
Methods
__construct($label = NULL, array $items = NULL)
No description
Html|string
getControl()
Generates control's HTML element.
Html|string
getLabel($caption = NULL)
Generates label's HTML element.
Html
getSeparatorPrototype()
Returns separator HTML element template.
Html
getControlPart($key)
No description
Html
getLabelPart($key)
No description
Details
at line 27
__construct($label = NULL, array $items = NULL)
No description
at line 39
Html|string
getControl()
Generates control's HTML element.
at line 64
Html|string
getLabel($caption = NULL)
Generates label's HTML element.
at line 74
Html
getSeparatorPrototype()
Returns separator HTML element template.
at line 83
Html
getControlPart($key)
No description
at line 99
Html
getLabelPart($key)
No description