khtml Library API Documentation

DOM::HTMLOptGroupElement Class Reference

Group options together in logical subdivisions. More...

#include <html_form.h>

Inheritance diagram for DOM::HTMLOptGroupElement:

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

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)

Detailed Description

Group options together in logical subdivisions.

See the OPTGROUP element definition in HTML 4.0.

Definition at line 756 of file html_form.h.


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 701 of file html_form.cpp.

References DOM::Node::impl.

Referenced by KJS::HTMLElement::getValueProperty().

void HTMLOptGroupElement::setDisabled bool   ) 
 

see disabled

Definition at line 707 of file html_form.cpp.

References DOM::Node::impl.

Referenced by KJS::HTMLElement::putValueProperty().

DOMString HTMLOptGroupElement::label  )  const
 

Assigns a label to this option group.

See the label attribute definition in HTML 4.0.

Definition at line 713 of file html_form.cpp.

References DOM::Node::impl.

Referenced by KJS::HTMLElement::getValueProperty().

void HTMLOptGroupElement::setLabel const DOMString  ) 
 

see label

Definition at line 719 of file html_form.cpp.

References DOM::Node::impl.

Referenced by KJS::HTMLElement::putValueProperty().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for khtml Library Version 3.4.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Feb 8 06:25:44 2006 by doxygen 1.4.4 written by Dimitri van Heesch, © 1997-2003