The HTMLLIElement interface exposes specific properties and methods
those defined by regular web.dom.HTMLElement
interface it also
available to it by inheritance) for manipulating list elements.
The HTMLLIElement interface exposes specific properties and methods those defined by regular `web.dom.HTMLElement` interface it also available to it by inheritance) for manipulating list elements.
(set-type! this val)
Property.
Is a DOMString representing the type of the bullets, "disc", or "circle". As the standard way of defining the list type is the CSS list-style-type property, use the CSSOM methods to set via a script.
Property. Is a DOMString representing the type of the bullets, "disc", or "circle". As the standard way of defining the list type is the CSS list-style-type property, use the CSSOM methods to set via a script.
(type this)
Property.
Is a DOMString representing the type of the bullets, "disc", or "circle". As the standard way of defining the list type is the CSS list-style-type property, use the CSSOM methods to set via a script.
Property. Is a DOMString representing the type of the bullets, "disc", or "circle". As the standard way of defining the list type is the CSS list-style-type property, use the CSSOM methods to set via a script.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close