Class Index | File Index

Classes


Class InputElementCheckbox


Extends InputElementWithLabel.
A checkbox object, derived from labeled object
Defined in: inputElement.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
 
Sets the checkbox to unchecked.
 
Returns the checkbox state.
 
Sets the checkbox to checked.
Methods borrowed from class InputElementWithLabel:
appendTo, setLabel, setTextAlign
Methods borrowed from class InputElement:
disable, enable, onChange, onClick
Class Detail
InputElementCheckbox(tag)
Parameters:
tag
Method Detail
clearChecked()
Sets the checkbox to unchecked.

{boolean} isChecked()
Returns the checkbox state.
Returns:
{boolean} Whether the checkbox is checked or not

setChecked()
Sets the checkbox to checked.

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