org.w3c.dom.html
public interface HTMLLegendElement extends HTMLElement
FIELDSET grouping. See the LEGEND
element definition in HTML 4.0.
See also the Document Object Model (DOM) Level 1 Specification (Second Edition).
| Method Summary | |
|---|---|
| String | getAccessKey()
A single character access key to give access to the form control. |
| String | getAlign()
Text alignment relative to FIELDSET. |
| HTMLFormElement | getForm()
Returns the FORM element containing this control. |
| void | setAccessKey(String accessKey) |
| void | setAlign(String align) |
FIELDSET. See the align
attribute definition in HTML 4.0. This attribute is deprecated in
HTML 4.0.FORM element containing this control. Returns
null if this control is not within the context of a
form.