class HTMLFieldSetElement
|
Organizes form controls into logical groups. More... |
|
|
Public Methods
Protected Methods
Organizes form controls into logical groups. See the
FIELDSET element definition in HTML 4.0.
HTMLFieldSetElement ()
| HTMLFieldSetElement |
HTMLFieldSetElement (const HTMLFieldSetElement &other)
| HTMLFieldSetElement |
HTMLFieldSetElement (const Node &other)
| HTMLFieldSetElement |
HTMLFieldSetElement (HTMLFieldSetElementImpl *impl)
| HTMLFieldSetElement |
[protected]
HTMLFieldSetElement & operator = (const HTMLFieldSetElement &other)
| operator = |
Reimplemented from HTMLElement.
HTMLFieldSetElement & operator = (const Node &other)
| operator = |
Reimplemented from HTMLElement.
~HTMLFieldSetElement ()
| ~HTMLFieldSetElement |
HTMLFormElement form ()
| form |
[const]
Returns the FORM
element containing this
control. Returns null if this control is not within the context
of a form.
Generated by: dfaure on faure on Tue Apr 16 08:50:42 2002, using kdoc 2.0a53. |