class HTMLOptGroupElement
|
Group options together in logical subdivisions. More... |
|
|
Public Methods
Protected Methods
Group options together in logical subdivisions. See the
OPTGROUP element definition 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
disabled attribute definition in HTML 4.0.
void setDisabled ( bool )
| setDisabled |
see disabled
[const]
Assigns a label to this option group. See the
label attribute definition in HTML 4.0.
void setLabel ( const DOMString & )
| setLabel |
see label
Generated by: dfaure on faure on Tue Apr 16 08:50:42 2002, using kdoc 2.0a53. |