2.2.2.35 HTMLTextAreaElement

The HTMLTextAreaElement interface specifies a multiline text input control.

The HTMLTextAreaElement interface has been extended with the following attributes:

  • status

  • dataFld

  • dataFormatAs

  • dataSrc

  • wrap

     //Introduced in Internet Explorer.
     interface HTMLTextAreaElement : HTMLElement {
                 attribute boolean         status;
                 attribute DOMString       dataFld;
                 attribute DOMString       dataFormatAs;
                 attribute DOMString       dataSrc;
                 attribute DOMString       wrap;
     };