Liking cljdoc? Tell your friends :D

web.dom.HTMLOptGroupElement

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.
raw docstring

disabledcljs

(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).
sourceraw docstring

labelcljs

(label this)

Property.

Is a DOMString representing the label for the group.

Property.

Is a DOMString representing the label for the group.
sourceraw docstring

set-disabled!cljs

(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).
sourceraw docstring

set-label!cljs

(set-label! this val)

Property.

Is a DOMString representing the label for the group.

Property.

Is a DOMString representing the label for the group.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close