nsIDOMHTMLTextAreaElement

The nsIDOMHTMLTextAreaElement interface is the interface to a
[X]HTML textarea element.

This interface is trying to follow the DOM Level 2 HTML specification:
http://www.w3.org/TR/DOM-Level-2-HTML/

with changes from the work-in-progress WHATWG HTML specification:
http://www.whatwg.org/specs/web-apps/current-work/

Methods

checkValidity()

setCustomValidity(error)

select()

setSelectionRange(selectionStart, selectionEnd, direction)

Attributes

autofocus

cols

disabled

form

maxLength

name

placeholder

readOnly

required

rows

wrap

Reflects the wrap content attribute. Possible values are “soft”, “hard” and
“off”. “soft” is the default.

type

defaultValue

value

textLength

willValidate

validity

validationMessage

selectionStart

selectionEnd

selectionDirection

controllers