RadioList
class RadioList extends ChoiceControl
Set of radio button controls.
Properties
bool | $generateId | ||
protected Html | $separator | ||
protected Html | $container | ||
protected Html | $itemLabel | ||
Html read-only | $separatorPrototype | ||
Html read-only | $containerPrototype | ||
Html read-only | $itemLabelPrototype |
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
getControlPart($key)
No description
Html
getLabelPart($key = NULL)
No description
Html
getSeparatorPrototype()
Returns separator HTML element template.
Html
getContainerPrototype()
Returns container HTML element template.
Html
getItemLabelPrototype()
Returns item label HTML element template.
Details
at line 40
__construct($label = NULL, array $items = NULL)
No description
at line 54
Html|string
getControl()
Generates control's HTML element.
at line 86
Html|string
getLabel($caption = NULL)
Generates label's HTML element.
at line 95
Html
getControlPart($key)
No description
at line 110
Html
getLabelPart($key = NULL)
No description
at line 122
Html
getSeparatorPrototype()
Returns separator HTML element template.
at line 132
Html
getContainerPrototype()
Returns container HTML element template.
at line 142
Html
getItemLabelPrototype()
Returns item label HTML element template.