org.kde.koala
public class HTMLTextAreaElement extends HTMLElement
UNKNOWN: Multi-line text field.
Constructor Summary | |
---|---|
protected | HTMLTextAreaElement(Class dummy) |
HTMLTextAreaElement() | |
HTMLTextAreaElement(HTMLTextAreaElement other) | |
HTMLTextAreaElement(Node other) |
Method Summary | |
---|---|
String | accessKey()
A single character access key to give access to the form
control. |
void | blur()
Removes keyboard focus from this element. |
long | cols()
Width of control (in characters). |
String | defaultValue()
Stores the initial control value (i.e., the initial value of
value ). |
boolean | disabled()
The control is unavailable in this context. |
void | focus()
Gives keyboard focus to this element. |
HTMLFormElement | formElement()
### KDE 4.0: remove. |
String | name()
Form control or object name when submitted with a form. |
boolean | readOnly()
This control is read-only. |
long | rows()
Number of text rows. |
void | select()
Select the contents of the TEXTAREA . |
void | setAccessKey(String arg1)
see accessKey |
void | setCols(long arg1)
see cols |
void | setDefaultValue(String arg1)
see defaultValue |
void | setDisabled(boolean arg1)
see disabled |
void | setName(String arg1)
see name |
void | setReadOnly(boolean arg1)
see readOnly |
void | setRows(long arg1)
see rows |
void | setTabIndex(long arg1)
see tabIndex |
void | setValue(String arg1)
see value |
long | tabIndex()
Index that represents the element's position in the tabbing
order. |
String | type()
The type of this form control. |
String | value()
The current textual content of the multi-line text field. |
UNKNOWN: A single character access key to give access to the form control.
UNKNOWN: Removes keyboard focus from this element.
UNKNOWN: Width of control (in characters).
value
).UNKNOWN: Stores the initial control value (i.
UNKNOWN: The control is unavailable in this context.
UNKNOWN: Gives keyboard focus to this element.
UNKNOWN: ### KDE 4.
UNKNOWN: Form control or object name when submitted with a form.
UNKNOWN: This control is read-only.
UNKNOWN: Number of text rows.
TEXTAREA
.UNKNOWN: Select the contents of the TEXTAREA
.
UNKNOWN: see accessKey
UNKNOWN: see cols
UNKNOWN: see defaultValue
UNKNOWN: see disabled
UNKNOWN: see name
UNKNOWN: see readOnly
UNKNOWN: see rows
UNKNOWN: see tabIndex
UNKNOWN: see value
UNKNOWN: Index that represents the element's position in the tabbing order.
UNKNOWN: The type of this form control.
UNKNOWN: The current textual content of the multi-line text field.