DOM::HTMLOptGroupElement Class Reference
Group options together in logical subdivisions. More...
#include <html_form.h>
Inheritance diagram for DOM::HTMLOptGroupElement:

Public Methods | |
HTMLOptGroupElement & | operator= (const Node &other) |
bool | disabled () const |
The control is unavailable in this context. | |
void | setDisabled (bool) |
see disabled | |
DOMString | label () const |
Assigns a label to this option group. | |
void | setLabel (const DOMString &) |
see label |
Detailed Description
Group options together in logical subdivisions.See the OPTGROUP element definition in HTML 4.0.
Definition at line 755 of file html_form.h.
Member Function Documentation
|
The control is unavailable in this context. See the disabled attribute definition in HTML 4.0. Definition at line 705 of file html_form.cpp. |
|
see disabled
Definition at line 711 of file html_form.cpp. |
|
Assigns a label to this option group. See the label attribute definition in HTML 4.0. Definition at line 717 of file html_form.cpp. |
|
see label
Definition at line 723 of file html_form.cpp. |
The documentation for this class was generated from the following files: