The HTMLParamElement interface provides special properties (beyond
of the regular web.dom.HTMLElement
object interface it inherits)
manipulating <param>
elements, representing a pair of a key
a value that acts as a parameter for an <object>
element.
The HTMLParamElement interface provides special properties (beyond of the regular `web.dom.HTMLElement` object interface it inherits) manipulating `<param>` elements, representing a pair of a key a value that acts as a parameter for an `<object>` element.
(name this)
Property.
Is a DOMString representing the name of the parameter. It reflects name attribute.
Property. Is a DOMString representing the name of the parameter. It reflects name attribute.
(set-name! this val)
Property.
Is a DOMString representing the name of the parameter. It reflects name attribute.
Property. Is a DOMString representing the name of the parameter. It reflects name attribute.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close