All Implemented Interfaces:
HTMLElement
See also the Document Object Model (DOM) Level 2 Specification.
| Method from org.w3c.dom.html.HTMLInputElement Summary: |
|---|
| blur, click, focus, getAccept, getAccessKey, getAlign, getAlt, getChecked, getDefaultChecked, getDefaultValue, getDisabled, getForm, getMaxLength, getName, getReadOnly, getSize, getSrc, getTabIndex, getType, getUseMap, getValue, select, setAccept, setAccessKey, setAlign, setAlt, setChecked, setDefaultChecked, setDefaultValue, setDisabled, setMaxLength, setName, setReadOnly, setSize, setSrc, setTabIndex, setUseMap, setValue |
| Method from org.w3c.dom.html.HTMLInputElement Detail: |
|---|
|
INPUT elements whose
type attribute has one of the following values: "Button",
"Checkbox", "Radio", "Reset", or "Submit". |
|
|
|
|
|
type attribute of the element has the value
"Radio" or "Checkbox", this represents the current state of the form
control, in an interactive user agent. Changes to this attribute
change the state of the form control, but do not change the value of
the HTML value attribute of the element. |
type has the value "Radio" or "Checkbox", this
represents the HTML checked attribute of the element. The value of
this attribute does not change if the state of the corresponding form
control, in an interactive user agent, changes. Changes to this
attribute, however, resets the state of the form control. See the
checked attribute definition in HTML 4.0. |
type attribute of the element has the value
"Text", "File" or "Password", this represents the HTML value attribute
of the element. The value of this attribute does not change if the
contents of the corresponding form control, in an interactive user
agent, changes. Changing this attribute, however, resets the contents
of the form control. See the value attribute definition in HTML 4.0. |
|
FORM element containing this control. Returns
null if this control is not within the context of a form. |
type
has the value "Text" or "Password". See the maxlength attribute
definition in HTML 4.0. |
|
type has
the value "Text" or "Password". See the readonly attribute definition
in HTML 4.0. |
|
type attribute has the value "Image", this
attribute specifies the location of the image to be used to decorate
the graphical submit button. See the src attribute definition in HTML
4.0. |
|
|
|
type attribute of the element has the value
"Text", "File" or "Password", this represents the current contents of
the corresponding form control, in an interactive user agent. Changing
this attribute changes the contents of the form control, but does not
change the value of the HTML value attribute of the element. When the
type attribute of the element has the value "Button",
"Hidden", "Submit", "Reset", "Image", "Checkbox" or "Radio", this
represents the HTML value attribute of the element. See the value
attribute definition in HTML 4.0. |
INPUT elements
whose type attribute has one of the following values:
"Text", "File", or "Password". |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|