class HTMLTextAreaElement |
|
Multi-line text field. See the TEXTAREA element definition in HTML 4.0. |
|
|
|
|
|
A single character access key to give access to the form control. See the accesskey attribute definition in HTML 4.0. |
|
Removes keyboard focus from this element. |
|
Width of control (in characters). See the cols attribute definition in HTML 4.0. |
|
Stores the initial control value (i.e., the initial value of value ). |
|
The control is unavailable in this context. See the disabled attribute definition in HTML 4.0. |
|
Gives keyboard focus to this element. |
|
### KDE 4.0: remove. |
|
Form control or object name when submitted with a form. See the name attribute definition in HTML 4.0. |
|
This control is read-only. See the readonly attribute definition in HTML 4.0. |
|
Number of text rows. See the rows attribute definition in HTML 4.0. |
|
Select the contents of the TEXTAREA . |
|
Returns the character offset of end of selection, or if none, the cursor position. NOTE: this method is not part of the DOM, but a Mozilla extension |
|
Returns the character offset of beginning of selection, or if none, the cursor position. NOTE: this method is not part of the DOM, but a Mozilla extension |
|
see accessKey |
|
see cols |
|
see defaultValue |
|
see disabled |
|
see name |
|
see readOnly |
|
see rows |
|
Move the end of the selection (and the cursor) to the given offset in text NOTE: this method is not part of the DOM, but a Mozilla extension |
|
Selects the text from start to end, and positions the cursor after the selection. NOTE: this method is not part of the DOM, but a Mozilla extension |
|
Move the beginning of the selection to the given offset in text NOTE: this method is not part of the DOM, but a Mozilla extension |
|
see tabIndex |
|
see value |
|
Index that represents the element's position in the tabbing order. See the tabindex attribute definition in HTML 4.0. |
|
Returns the length of the text. NOTE: this method is not part of the DOM, but a Mozilla extension |
|
The type of this form control. |
|
The current textual content of the multi-line text field. If the entirety of the data can not fit into a single wstring, the implementation may truncate the data. |