org.w3c.dom.html2
public interface HTMLLegendElement extends HTMLElement
FIELDSET
grouping. See the LEGEND
element definition in HTML 4.01.
See also the Document Object Model (DOM) Level 2 HTML Specification.
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)
A single character access key to give access to the form control. |
void | setAlign(String align)
Text alignment relative to FIELDSET . |
FIELDSET
. See the align
attribute definition in HTML 4.01. This attribute is deprecated in
HTML 4.01.FORM
element containing this control. Returns
null
if this control is not within the context of a
form.FIELDSET
. See the align
attribute definition in HTML 4.01. This attribute is deprecated in
HTML 4.01.