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 = NULL)
No description
Details
at line 25
__construct($label = NULL, array $items = NULL)
No description
at line 37
Html|string
getControl()
Generates control's HTML element.
at line 62
Html|string
getLabel($caption = NULL)
Generates label's HTML element.
at line 72
Html
getSeparatorPrototype()
Returns separator HTML element template.
at line 81
Html
getControlPart($key)
No description
at line 97
Html
getLabelPart($key = NULL)
No description