class HTMLLegendElement
|
Provides a caption for a <code> FIELDSET </code> grouping. More... |
|
|
Public Methods
Protected Methods
Provides a caption for a <code> FIELDSET </code> grouping. See the
<a
href="http://www.w3.org/TR/REC-html40/interact/forms.html#edef-LEGEND">
LEGEND element definition </a> in HTML 4.0.
HTMLLegendElement ()
| HTMLLegendElement |
HTMLLegendElement (const HTMLLegendElement &other)
| HTMLLegendElement |
HTMLLegendElement (const Node &other)
| HTMLLegendElement |
HTMLLegendElement (HTMLLegendElementImpl *impl)
| HTMLLegendElement |
[protected]
HTMLLegendElement & operator = (const HTMLLegendElement &other)
| operator = |
Reimplemented from HTMLElement.
HTMLLegendElement & operator = (const Node &other)
| operator = |
Reimplemented from HTMLElement.
~HTMLLegendElement ()
| ~HTMLLegendElement |
HTMLFormElement form ()
| form |
[const]
Returns the <code> FORM </code> element containing this
control. Returns null if this control is not within the context
of a form.
DOMString accessKey ()
| accessKey |
[const]
A single character access key to give access to the form
control. See the <a
href="http://www.w3.org/TR/REC-html40/interact/forms.html#adef-accesskey">
accesskey attribute definition </a> in HTML 4.0.
void setAccessKey ( const DOMString & )
| setAccessKey |
see accessKey
[const]
Text alignment relative to <code> FIELDSET </code> . See the <a
href="http://www.w3.org/TR/REC-html40/interact/forms.html#adef-align-LEGEND">
align attribute definition </a> in HTML 4.0. This attribute is
deprecated in HTML 4.0.
void setAlign ( const DOMString & )
| setAlign |
see align
Generated by: root@daffy.perf.redhat.com on Mon Jul 14 13:28:10 2003, using kdoc 2.0a53. |