org.kde.koala
public class HTMLLabelElement extends HTMLElement
UNKNOWN: Form field label text.
Constructor Summary | |
---|---|
protected | HTMLLabelElement(Class dummy) |
HTMLLabelElement() | |
HTMLLabelElement(HTMLLabelElement other) | |
HTMLLabelElement(Node other) |
Method Summary | |
---|---|
String | accessKey()
A single character access key to give access to the form
control. |
String | htmlFor()
This attribute links this label with another form control by
id attribute. |
void | setAccessKey(String arg1)
see accessKey |
void | setHtmlFor(String arg1)
see htmlFor |
UNKNOWN: A single character access key to give access to the form control.
id
attribute. See the
for attribute definition in HTML 4.0.UNKNOWN: This attribute links this label with another form control by id
attribute.
UNKNOWN: see accessKey
UNKNOWN: see htmlFor