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 is a website building & hosting documentation for Clojure/Script libraries
× close