Java Reference
In-Depth Information
HTMLImageElement
Represents the <img/> element.
Properties
Property Name
Description
Introduced
align
Deprecated. Gets or sets the value of the align attribute.
Level 1
alt
Gets or sets the value of the alt attribute.
Level 1
border
Deprecated. Gets or sets the value of the border attribute.
Level 1
height
Gets or sets the value of the height attribute.
Level 1
name
Gets or sets the value of the name attribute.
Level 1
src
Gets or sets the value of the src attribute.
Level 1
width
Gets or sets the value of the width attribute.
Level 1
HTMLInputElement
Represents the <input/> element.
Properties
Property Name
Description
Introduced
accessKey
Gets or sets the value of the accessKey attribute.
Level 1
align
Deprecated. Gets or sets the value of the align attribute.
Level 1
alt
Gets or sets the value of the alt attribute.
Level 1
checked
Used when type is checkbox or radio. Returns a Boolean
value depending on whether or not the checkbox or radio
button is checked.
Level 1
default-
Checked
Used when type is checkbox or radio . Gets or sets the
checked attribute. The value does not change when other
checkboxes or radio buttons are checked.
Level 1
disabled
Gets or sets the value of the disabled attribute.
Level 1
form
Gets the HTMLFormElement object containing the <input/>
element. Returns null if the element is not inside a form.
Level 1
maxLength
Gets or sets the value of the maxLength attribute.
Level 1
name
Gets or sets the value of the name attribute.
Level 1
readOnly
Used only if type is text or password. Gets or sets the value
of the readonly attribute.
Level 1
Search WWH ::




Custom Search