ZVON > References > DOM2 Reference

HTMLTextAreaElement (interface )


Own properties:
attributes  -  accessKey, cols, defaultValue, disabled, form, name, readOnly, rows, tabIndex, type, value
methods  -  blur, focus, select

Inherited properties:
This interface inherits all properties from HTMLElement, the generic interface for all element interfaces in DOM HTML, which itself inherits all properties from DOM Core interface Element and thus also Node.

Description:
Multi-line text field. See the TEXTAREA element definition in HTML 4.01.