DOM::HTMLTextAreaElement Class Reference
Multi-line text field. More...
#include <html_form.h>
Inheritance diagram for DOM::HTMLTextAreaElement:

Public Methods | |
HTMLTextAreaElement & | operator= (const Node &other) |
DOMString | defaultValue () const |
Stores the initial control value (i.e., the initial value of value ). | |
void | setDefaultValue (const DOMString &) |
see defaultValue | |
HTMLFormElement | form () const |
DOMString | accessKey () const |
A single character access key to give access to the form control. | |
void | setAccessKey (const DOMString &) |
see accessKey | |
long | cols () const |
Width of control (in characters). | |
void | setCols (long) |
see cols | |
bool | disabled () const |
The control is unavailable in this context. | |
void | setDisabled (bool) |
see disabled | |
DOMString | name () const |
Form control or object name when submitted with a form. | |
void | setName (const DOMString &) |
see name | |
bool | readOnly () const |
This control is read-only. | |
void | setReadOnly (bool) |
see readOnly | |
long | rows () const |
Number of text rows. | |
void | setRows (long) |
see rows | |
long | tabIndex () const |
Index that represents the element's position in the tabbing order. | |
void | setTabIndex (long) |
see tabIndex | |
DOMString | type () const |
The type of this form control. | |
DOMString | value () const |
The current textual content of the multi-line text field. | |
void | setValue (const DOMString &) |
see value | |
void | blur () |
Removes keyboard focus from this element. | |
void | focus () |
Gives keyboard focus to this element. | |
void | select () |
Select the contents of the TEXTAREA . |
Detailed Description
Multi-line text field.See the TEXTAREA element definition in HTML 4.0.
Definition at line 985 of file html_form.h.
Member Function Documentation
|
Stores the initial control value (i.e., the initial value of
Definition at line 924 of file html_form.cpp. |
|
see defaultValue
Definition at line 930 of file html_form.cpp. |
|
Reimplemented from DOM::Element. Definition at line 935 of file html_form.cpp. |
|
A single character access key to give access to the form control. See the accesskey attribute definition in HTML 4.0. Definition at line 940 of file html_form.cpp. |
|
see accessKey
Definition at line 946 of file html_form.cpp. |
|
Width of control (in characters). See the cols attribute definition in HTML 4.0. Definition at line 951 of file html_form.cpp. |
|
see cols
Definition at line 957 of file html_form.cpp. References QString::number(), and value(). |
|
The control is unavailable in this context. See the disabled attribute definition in HTML 4.0. Definition at line 966 of file html_form.cpp. |
|
see disabled
Definition at line 972 of file html_form.cpp. |
|
Form control or object name when submitted with a form. See the name attribute definition in HTML 4.0. Definition at line 977 of file html_form.cpp. |
|
see name
Definition at line 983 of file html_form.cpp. |
|
This control is read-only. See the readonly attribute definition in HTML 4.0. Definition at line 988 of file html_form.cpp. |
|
see readOnly
Definition at line 994 of file html_form.cpp. |
|
Number of text rows. See the rows attribute definition in HTML 4.0. Definition at line 999 of file html_form.cpp. |
|
see rows
Definition at line 1005 of file html_form.cpp. References QString::number(), and value(). |
|
Index that represents the element's position in the tabbing order. See the tabindex attribute definition in HTML 4.0. Definition at line 1014 of file html_form.cpp. |
|
see tabIndex
Definition at line 1020 of file html_form.cpp. |
|
The type of this form control.
Definition at line 1026 of file html_form.cpp. |
|
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. Definition at line 1032 of file html_form.cpp. |
|
see value
Definition at line 1038 of file html_form.cpp. |
|
Removes keyboard focus from this element.
Definition at line 1043 of file html_form.cpp. |
|
Gives keyboard focus to this element.
Definition at line 1049 of file html_form.cpp. |
|
Select the contents of the
Definition at line 1055 of file html_form.cpp. |
The documentation for this class was generated from the following files: