The nsIDOMHTMLTextAreaElement interface is the interface to a [X]HTML textarea element. For more information on this interface please see http://www.w3.org/TR/DOM-Level-2-HTML/ @status FROZEN
[scriptable, uuid(a6cf9094-15b3-11d2-932e-00805f8add32)]
interface nsIDOMHTMLTextAreaElement : nsIDOMHTMLElement
Attributes
attribute
DOMString
accessKey
attribute
long
cols
attribute
DOMString
defaultValue
attribute
boolean
disabled
readonly attribute
nsIDOMHTMLFormElement
form
attribute
DOMString
name
attribute
boolean
readOnly
attribute
long
rows
attribute
long
tabIndex
readonly attribute
DOMString
type
attribute
DOMString
value
Methods
void
blur()
void
focus()
void
select()
Compare to: