org.kde.koala

Class HTMLLegendElement

public class HTMLLegendElement extends HTMLElement

Provides a caption for a FIELDSET grouping. See the LEGEND element definition in HTML 4.0.

UNKNOWN: Provides a caption for a FIELDSET grouping.

Constructor Summary
protected HTMLLegendElement(Class dummy)
HTMLLegendElement()
HTMLLegendElement(HTMLLegendElement other)
HTMLLegendElement(Node other)
Method Summary
StringaccessKey()
A single character access key to give access to the form control.
Stringalign()
Text alignment relative to FIELDSET .
HTMLFormElementformElement()
### KDE 4.0: remove
voidsetAccessKey(String arg1)
see accessKey
voidsetAlign(String arg1)
see align

Constructor Detail

HTMLLegendElement

protected HTMLLegendElement(Class dummy)

HTMLLegendElement

public HTMLLegendElement()

HTMLLegendElement

public HTMLLegendElement(HTMLLegendElement other)

HTMLLegendElement

public HTMLLegendElement(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.

align

public String align()
Text alignment relative to FIELDSET . See the align attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

UNKNOWN: Text alignment relative to FIELDSET .

formElement

public HTMLFormElement formElement()
### KDE 4.0: remove

UNKNOWN: ### KDE 4.

setAccessKey

public void setAccessKey(String arg1)
see accessKey

UNKNOWN: see accessKey

setAlign

public void setAlign(String arg1)
see align

UNKNOWN: see align