khtml Library API Documentation

DOM::HTMLTextAreaElement Class Reference

Multi-line text field. More...

#include <html_form.h>

Inheritance diagram for DOM::HTMLTextAreaElement:

DOM::HTMLElement DOM::Element DOM::Node List of all members.

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

DOMString HTMLTextAreaElement::defaultValue  
 

Stores the initial control value (i.e., the initial value of value ).

Definition at line 924 of file html_form.cpp.

void HTMLTextAreaElement::setDefaultValue const DOMString  
 

see defaultValue

Definition at line 930 of file html_form.cpp.

HTMLFormElement HTMLTextAreaElement::form  
 

Deprecated:
. ### KDE 4.0: remove.

Reimplemented from DOM::Element.

Definition at line 935 of file html_form.cpp.

DOMString HTMLTextAreaElement::accessKey  
 

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.

void HTMLTextAreaElement::setAccessKey const DOMString  
 

see accessKey

Definition at line 946 of file html_form.cpp.

long HTMLTextAreaElement::cols  
 

Width of control (in characters).

See the cols attribute definition in HTML 4.0.

Definition at line 951 of file html_form.cpp.

void HTMLTextAreaElement::setCols long   
 

see cols

Definition at line 957 of file html_form.cpp.

References QString::number(), and value().

bool HTMLTextAreaElement::disabled  
 

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.

void HTMLTextAreaElement::setDisabled bool   
 

see disabled

Definition at line 972 of file html_form.cpp.

DOMString HTMLTextAreaElement::name  
 

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.

void HTMLTextAreaElement::setName const DOMString  
 

see name

Definition at line 983 of file html_form.cpp.

bool HTMLTextAreaElement::readOnly  
 

This control is read-only.

See the readonly attribute definition in HTML 4.0.

Definition at line 988 of file html_form.cpp.

void HTMLTextAreaElement::setReadOnly bool   
 

see readOnly

Definition at line 994 of file html_form.cpp.

long HTMLTextAreaElement::rows  
 

Number of text rows.

See the rows attribute definition in HTML 4.0.

Definition at line 999 of file html_form.cpp.

void HTMLTextAreaElement::setRows long   
 

see rows

Definition at line 1005 of file html_form.cpp.

References QString::number(), and value().

long HTMLTextAreaElement::tabIndex  
 

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.

void HTMLTextAreaElement::setTabIndex long   
 

see tabIndex

Definition at line 1020 of file html_form.cpp.

DOMString HTMLTextAreaElement::type  
 

The type of this form control.

Definition at line 1026 of file html_form.cpp.

DOMString HTMLTextAreaElement::value  
 

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.

Referenced by setCols(), and setRows().

void HTMLTextAreaElement::setValue const DOMString  
 

see value

Definition at line 1038 of file html_form.cpp.

void HTMLTextAreaElement::blur  
 

Removes keyboard focus from this element.

Definition at line 1043 of file html_form.cpp.

void HTMLTextAreaElement::focus  
 

Gives keyboard focus to this element.

Definition at line 1049 of file html_form.cpp.

void HTMLTextAreaElement::select  
 

Select the contents of the TEXTAREA .

Definition at line 1055 of file html_form.cpp.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.0.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Wed Oct 8 12:22:46 2003 by doxygen 1.2.18 written by Dimitri van Heesch, © 1997-2001