class HTMLOptGroupElement
|
Group options together in logical subdivisions. More... |
|
|
Public Methods
Protected Methods
Group options together in logical subdivisions. See the <a
href="http://www.w3.org/TR/REC-html40/interact/forms.html#edef-OPTGROUP">
OPTGROUP element definition </a> in HTML 4.0.
HTMLOptGroupElement ()
| HTMLOptGroupElement |
HTMLOptGroupElement (const HTMLOptGroupElement &other)
| HTMLOptGroupElement |
HTMLOptGroupElement (const Node &other)
| HTMLOptGroupElement |
HTMLOptGroupElement (HTMLOptGroupElementImpl *impl)
| HTMLOptGroupElement |
[protected]
HTMLOptGroupElement & operator = (const HTMLOptGroupElement &other)
| operator = |
Reimplemented from HTMLElement.
HTMLOptGroupElement & operator = (const Node &other)
| operator = |
Reimplemented from HTMLElement.
~HTMLOptGroupElement ()
| ~HTMLOptGroupElement |
bool disabled ()
| disabled |
[const]
The control is unavailable in this context. See the <a
href="http://www.w3.org/TR/REC-html40/interact/forms.html#adef-disabled">
disabled attribute definition </a> in HTML 4.0.
void setDisabled ( bool )
| setDisabled |
see disabled
[const]
Assigns a label to this option group. See the <a
href="http://www.w3.org/TR/REC-html40/interact/forms.html#adef-label-OPTGROUP">
label attribute definition </a> in HTML 4.0.
void setLabel ( const DOMString & )
| setLabel |
see label
Generated by: root@daffy.perf.redhat.com on Mon Jul 14 13:28:10 2003, using kdoc 2.0a53. |