The HTMLOptGroupElement interface provides special properties
methods (beyond the regular web.dom.HTMLElement object interface
also have available to them by inheritance) for manipulating
layout and presentation of <optgroup> elements.
The HTMLOptGroupElement interface provides special properties methods (beyond the regular `web.dom.HTMLElement` object interface also have available to them by inheritance) for manipulating layout and presentation of `<optgroup>` elements.
(disabled this)Property.
Is a boolean representing whether or not the whole list of children is disabled (true) or not (false).
Property. Is a boolean representing whether or not the whole list of children is disabled (true) or not (false).
(label this)Property.
Is a DOMString representing the label for the group.
Property. Is a DOMString representing the label for the group.
(set-disabled! this val)Property.
Is a boolean representing whether or not the whole list of children is disabled (true) or not (false).
Property. Is a boolean representing whether or not the whole list of children is disabled (true) or not (false).
(set-label! this val)Property.
Is a DOMString representing the label for the group.
Property. Is a DOMString representing the label for the group.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |