Javascript Reference
Others | HTML Elements | Events | Objects | Grammar
javascript InputTypeCheckbox status
Specifies whether the InputTypeCheckbox element is highlighted/checked. This property is identical to the checked property.
javascript InputTypeCheckbox name
This is the identifier associated with the form control contains current InputTypeCheckbox element. The value of this property is submitted as one-hal
javascript InputTypeCheckbox indeterminate
Indicates whether a checkbox is visually represented as being neither checked nor unchecked, yet still active. This middle ground is rendered differ
javascript InputTypeCheckbox form
Returns a reference to the form element that contains the current InputTypeCheckbox element (if any).
javascript InputTypeCheckbox defaultChecked
Specifies whether the element has the checked attribute set in the tag. You can compare the current checked property against defaultChecked t
javascript InputTypeCheckbox dataSrc
Used with IE data binding to specify the ID of the page's InputTypeCheckbox object element that loads the data source object for remote data access.
javascript InputTypeCheckbox dataFld
Used with IE 4 data binding to associate a remote data source column name to a checkbox object's value attribute. A datasrc attribute must al
javascript InputTypeCheckbox checked
Specifies whether the checkbox is selected or turned on by the user (or script). Checkboxes operate independently of each other. Only checkbox obj
javascript InputTypeCheckbox Description
The checkbox object is a form control generated with an input element whose type attribute is set to "checkbox" . Employ this element only a
javascript InputTypeButton handleEvent[ ]
Instructs the InputTypeButton object to accept and process the event whose specifications are passed as the parameter to the method
javascript InputTypeButton createTextRange( )
Creates a TextRange object containing the InputTypeButton button's label text. See the TextRange object for details.
javascript InputTypeButton value
This is one of the rare times that the value property controls the label of a form control: the text that appears on the button. A button input el
javascript InputTypeButton type
Returns the type of form Button control element. The value is returned in all lowercase letters.
javascript InputTypeButton name
This is the identifier associated with the form control. The value of this property is submitted as one-half of the name/value pair when the form is
javascript InputTypeButton form
Returns a reference to the form element that contains the current InputTypeButton element. When processing an event from this element, the event handl
< 1276-1290 / 2140 >

Powered by Linode.