HTMLTextAreaElement object
Implements the document object model (DOM) representation of the textArea element.
![]() |
DOM Information
Inheritance Hierarchy
Members
The HTMLTextAreaElement object has these types of members:
Methods
The HTMLTextAreaElement object has these methods.
| Method | Description |
|---|---|
| checkValidity |
Returns whether a form will validate when it is submitted, without having to submit it. |
| setCustomValidity |
Sets a custom error message that is displayed when a form is submitted. |
Properties
The HTMLTextAreaElement object has these properties.
| Property | Description |
|---|---|
|
Provides a way to direct a user to a specific field when a document loads. | |
|
Sets or retrieves the maximum number of characters that the user can enter in a text control. | |
|
Gets or sets a text string that is displayed in an input field as a hint or prompt to users as the format or type of information they need to enter. | |
|
When present, marks an element that can't be submitted without a value. | |
|
Specifies whether spell checking is applied to an editable text field. | |
|
Returns a ValidityState object that represents the validity states of an element. | |
|
Returns whether an element will successfully validate based on forms validation rules and constraints. |
Send comments about this topic to Microsoft
Build date: 11/28/2012
