HTMLOptGroupElement Class Reference
from PyKDE4.khtml import *
Inherits: DOM.HTMLElement → DOM.Element → DOM.Node
Namespace: DOM
Detailed Description
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 in HTML 4.0.
Method Documentation
__init__ |
( |
self, |
|
|
|
HTMLOptGroupElementImpl |
impl |
|
) |
|
|
|
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 in HTML 4.0.
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 in HTML 4.0.
setDisabled |
( |
self, |
|
|
|
bool |
a0 |
|
) |
|
|
|