|
|
Multi-line text field. See the TEXTAREA element definition in HTML 4.0.
| HTMLTextAreaElement ()
| HTMLTextAreaElement |
| HTMLTextAreaElement (const HTMLTextAreaElement &other)
| HTMLTextAreaElement |
| HTMLTextAreaElement (const Node &other)
| HTMLTextAreaElement |
| HTMLTextAreaElement (HTMLTextAreaElementImpl *impl)
| HTMLTextAreaElement |
[protected]
| HTMLTextAreaElement & operator = (const HTMLTextAreaElement &other)
| operator = |
Reimplemented from HTMLElement.
| HTMLTextAreaElement & operator = (const Node &other)
| operator = |
Reimplemented from HTMLElement.
| ~HTMLTextAreaElement ()
| ~HTMLTextAreaElement |
| DOMString defaultValue ()
| defaultValue |
[const]
Stores the initial control value (i.e., the initial value of
value ).
| void setDefaultValue ( const DOMString & )
| setDefaultValue |
see defaultValue
| HTMLFormElement form ()
| form |
[const]
Reimplemented from Element.
| DOMString accessKey ()
| accessKey |
[const]
A single character access key to give access to the form control. See the accesskey attribute definition in HTML 4.0.
| void setAccessKey ( const DOMString & )
| setAccessKey |
see accessKey
| long cols ()
| cols |
[const]
Width of control (in characters). See the cols attribute definition in HTML 4.0.
| void setCols ( long )
| setCols |
see cols
| bool disabled ()
| disabled |
[const]
The control is unavailable in this context. See the disabled attribute definition in HTML 4.0.
| void setDisabled ( bool )
| setDisabled |
see disabled
| DOMString name ()
| name |
[const]
Form control or object name when submitted with a form. See the name attribute definition in HTML 4.0.
| void setName ( const DOMString & )
| setName |
see name
| bool readOnly ()
| readOnly |
[const]
This control is read-only. See the readonly attribute definition in HTML 4.0.
| void setReadOnly ( bool )
| setReadOnly |
see readOnly
| long rows ()
| rows |
[const]
Number of text rows. See the rows attribute definition in HTML 4.0.
| void setRows ( long )
| setRows |
see rows
| long tabIndex ()
| tabIndex |
[const]
Index that represents the element's position in the tabbing order. See the tabindex attribute definition in HTML 4.0.
| void setTabIndex ( long )
| setTabIndex |
see tabIndex
| DOMString type ()
| type |
[const]
The type of this form control.
| DOMString value ()
| value |
[const]
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.
| void setValue ( const DOMString & )
| setValue |
see value
| void blur ( )
| blur |
Removes keyboard focus from this element.
| void focus ( )
| focus |
Gives keyboard focus to this element.
| void select ( )
| select |
Select the contents of the TEXTAREA .
| Generated by: root on macppc.ports.openbsd.org on Sat Sep 6 10:37:43 2003, using kdoc 2.0a54. |