DOM::HTMLOptGroupElement Class Reference

#include <html_form.h>

Inheritance diagram for DOM::HTMLOptGroupElement:

DOM::HTMLElement DOM::Element DOM::Node List of all members.

Detailed Description

Group options together in logical subdivisions.

See the OPTGROUP element definition in HTML 4.0.

Definition at line 814 of file html_form.h.


Public Member Functions

 HTMLOptGroupElement ()
 HTMLOptGroupElement (const HTMLOptGroupElement &other)
 HTMLOptGroupElement (const Node &other)
HTMLOptGroupElementoperator= (const HTMLOptGroupElement &other)
HTMLOptGroupElementoperator= (const Node &other)
 ~HTMLOptGroupElement ()
bool disabled () const
void setDisabled (bool)
DOMString label () const
void setLabel (const DOMString &)

Protected Member Functions

 HTMLOptGroupElement (HTMLOptGroupElementImpl *impl)

Member Function Documentation

bool HTMLOptGroupElement::disabled  )  const
 

The control is unavailable in this context.

See the disabled attribute definition in HTML 4.0.

Definition at line 744 of file html_form.cpp.

DOMString HTMLOptGroupElement::label  )  const
 

Assigns a label to this option group.

See the label attribute definition in HTML 4.0.

Definition at line 756 of file html_form.cpp.

void HTMLOptGroupElement::setDisabled bool   ) 
 

see disabled

Definition at line 750 of file html_form.cpp.

void HTMLOptGroupElement::setLabel const DOMString  ) 
 

see label

Definition at line 762 of file html_form.cpp.


The documentation for this class was generated from the following files:
KDE Home | KDE Accessibility Home | Description of Access Keys