Skip to Content
JavaScript: The Definitive Guide, Fourth Edition
book

JavaScript: The Definitive Guide, Fourth Edition

by David Flanagan
November 2001
Intermediate to advanced
936 pages
68h 43m
English
O'Reilly Media, Inc.
Content preview from JavaScript: The Definitive Guide, Fourth Edition

Name

HTMLTextAreaElement — a <textarea> element in an HTML form DOM Level 1 HTML

Availability

Inherits from/Overrides

Node Element HTMLElement HTMLTextAreaElement

Properties

String accessKey

A keyboard shortcut (a single character) that the web browser can use to transfer keyboard focus to this element. Mirrors the accesskey attribute.

long cols

The width of this element in character columns. Mirrors the cols attribute.

String defaultValue

The initial content of the text area. When the form is reset, the text area is restored to this value. Setting this property changes the displayed text in the text area.

boolean disabled

If true, this element is disabled and the user cannot interact with it. Mirrors the disabled attribute.

readonly HTMLFormElement form

The HTMLFormElement that represents the <form> element containing this text area, or null if this element is not inside a form.

String name

The name of this <textarea> element, as specified by the name attribute.

boolean readOnly

If true, this element is read-only and the user cannot edit any of the displayed text. Mirrors the readonly attribute.

long rows

The height of the text area in text rows. Mirrors the rows attribute.

long tabIndex

The position of this element in the tabbing order. Mirrors the tabindex attribute.

readonly String type

The type of this element, for compatibility with HTMLInputElement objects. This property always has the value “textarea”.

String value

The text currently displayed in ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

JavaScript: A Beginner's Guide, Fourth Edition, 4th Edition

JavaScript: A Beginner's Guide, Fourth Edition, 4th Edition

John Pollock
JavaScript Cookbook, 3rd Edition

JavaScript Cookbook, 3rd Edition

Adam D. Scott, Matthew MacDonald, Shelley Powers

Publisher Resources

ISBN: 0596000480Supplemental ContentCatalog PageErrata