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 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 |