2.2.2.35 HTMLTextAreaElement
The HTMLTextAreaElement interface specifies a multiline text input control.
The HTMLTextAreaElement interface has been extended with the following attributes:
-
//Introduced in Internet Explorer. interface HTMLTextAreaElement : HTMLElement { attribute boolean status; attribute DOMString dataFld; attribute DOMString dataFormatAs; attribute DOMString dataSrc; attribute DOMString wrap; };