org.kde.koala

Class HTMLLabelElement

public class HTMLLabelElement extends HTMLElement

Form field label text. See the LABEL element definition in HTML 4.0.

UNKNOWN: Form field label text.

Constructor Summary
protected HTMLLabelElement(Class dummy)
HTMLLabelElement()
HTMLLabelElement(HTMLLabelElement other)
HTMLLabelElement(Node other)
Method Summary
StringaccessKey()
A single character access key to give access to the form control.
StringhtmlFor()
This attribute links this label with another form control by id attribute.
voidsetAccessKey(String arg1)
see accessKey
voidsetHtmlFor(String arg1)
see htmlFor

Constructor Detail

HTMLLabelElement

protected HTMLLabelElement(Class dummy)

HTMLLabelElement

public HTMLLabelElement()

HTMLLabelElement

public HTMLLabelElement(HTMLLabelElement other)

HTMLLabelElement

public HTMLLabelElement(Node other)

Method Detail

accessKey

public String accessKey()
A single character access key to give access to the form control. See the accesskey attribute definition in HTML 4.0.

UNKNOWN: A single character access key to give access to the form control.

htmlFor

public String htmlFor()
This attribute links this label with another form control by id attribute. See the for attribute definition in HTML 4.0.

UNKNOWN: This attribute links this label with another form control by id attribute.

setAccessKey

public void setAccessKey(String arg1)
see accessKey

UNKNOWN: see accessKey

setHtmlFor

public void setHtmlFor(String arg1)
see htmlFor

UNKNOWN: see htmlFor