Class Index | File Index

Classes


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.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
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
Class Detail
InputElementRadio(tag)
Parameters:
{string} tag
The name and id of this object.
Method Detail
setValue(value)
Assigns a value to a Radio object
Parameters:
{mixed} value
The value of this object.

Documentation generated by JsDoc Toolkit 2.3.2 on Fri Mar 26 2010 16:00:14 GMT-0700 (PDT)