org.kde.koala
public class HTMLLegendElement extends HTMLElement
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 | |
---|---|
String | accessKey()
A single character access key to give access to the form
control. |
String | align()
Text alignment relative to FIELDSET . |
HTMLFormElement | formElement()
### KDE 4.0: remove |
void | setAccessKey(String arg1)
see accessKey |
void | setAlign(String arg1)
see align |
UNKNOWN: A single character access key to give access to the form control.
FIELDSET
. See the
align attribute definition in HTML 4.0. This attribute is
deprecated in HTML 4.0.UNKNOWN: Text alignment relative to FIELDSET
.
UNKNOWN: ### KDE 4.
UNKNOWN: see accessKey
UNKNOWN: see align