Class InputElementRadio
Extends
InputElementWithLabel.
A radio object, derived from labeled object. Built as a span due to IE flakiness.
Normally created from the InputElementRadioGroup object.
Defined in: inputElement.js.
Constructor Attributes | Constructor Name and Description |
---|---|
InputElementRadio(tag)
|
Method Attributes | Method Name and Description |
---|---|
setValue(value)
Assigns a value to a Radio object
|
- Methods borrowed from class InputElementWithLabel:
- appendTo, setLabel, setTextAlign
- Methods borrowed from class InputElement:
- disable, enable, onChange, onClick
Method Detail
setValue(value)
Assigns a value to a Radio object
- Parameters:
- {mixed} value
- The value of this object.