Java Reference
In-Depth Information
HTMLTextAreaelement
Represents the <textarea/> element.
Properties
prOperty NaMe
DesCrIptION
INtrODuCeD
Gets or sets the value of the accessKey
attribute.
Level 1
accessKey
Gets or sets the value of the cols attribute.
Level 1
cols
Gets or sets the contents of the element.
The value does not change when the content
changes.
Level 1
defaultValue
Gets or sets the value of the disabled
attribute.
Level 1
disabled
Gets the HTMLFormElement object containing
the <textarea/> element. Returns null if the
element is not inside a form.
Level 1
form
Gets or sets the value of the name attribute.
Level 1
name
Used only if type is text or password . Gets or
sets the value of the readonly attribute.
Level 1
readOnly
Gets or sets the value of the rows attribute.
Level 1
rows
Gets the value of the type attribute. Always set
to textarea .
Level 1
type
Gets or sets the current value of the element.
Level 1
value
Methods
MethOD NaMe
DesCrIptION
INtrODuCeD
Removes keyboard focus from the element.
Level 1
blur()
Gives keyboard focus to the element.
Level 1
focus()
Selects the contents of the element.
Level 1
select()
htML Media Objects
The HTMLMediaElement object is the base type for both <video/> and <audio/> elements.
Search WWH ::




Custom Search