WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIDOMHTMLTextAreaElement

IID:a6cf9094-15b3-11d2-932e-00805f8add32
Inherits From:nsIDOMHTMLElement
Status:FROZEN

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/


Properties

DOMString accessKey

PRInt32 cols

DOMString defaultValue

PRBool disabled

readonly nsIDOMHTMLFormElement form

DOMString name

PRBool readOnly

PRInt32 rows

PRInt32 tabIndex

readonly DOMString type

DOMString value


Methods

void blur ( ) void focus ( ) void select ( )

void blur ( )


void focus ( )


void select ( )

Reference documentation is generated from Mozilla's source.