Java Reference
In-Depth Information
HTMLTableSectionElement
Represents the <thead/>, <tbody/>, and <tfoot/> elements.
Properties
Property Name
Description
Introduced
align
Deprecated. Gets or sets the value of the align attribute.
Level 1
rows
Returns an HTMLCollection containing the rows of the
section.
Level 1
vAlign
Gets or sets the value of the valign attribute.
Level 1
Methods
Method Name
Description
Introduced
deleteRow(index)
Deletes the row at the specifi ed index relative to the
section.
Level 1
insertRow(index)
Inserts and returns a new row into the section at the
specifi ed index (relative to the section). If index is -1 or
equal to the number of rows, the row is appended to the
end of the list.
Level 1
HTMLTextAreaElement
Represents the <textarea/> element.
Properties
Property Name
Description
Introduced
accessKey
Gets or sets the value of the accessKey attribute.
Level 1
cols
Gets or sets the value of the cols attribute.
Level 1
defaultValue
Gets or sets the contents of the element. The value does not
change when the content changes.
Level 1
disabled
Gets or sets the value of the disabled attribute.
Level 1
form
Gets the HTMLFormElement object containing the <textarea/>
element. Returns null if the element is not inside a form.
Level 1
name
Gets or sets the value of the name attribute.
Level 1
Search WWH ::




Custom Search