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.
(set-type! this val)
Property.
Is a DOMString containing the type of the parameter when valueType the "ref" value. It reflects the type attribute.
Property. Is a DOMString containing the type of the parameter when valueType the "ref" value. It reflects the type attribute.
(set-value! this val)
Property.
Is a DOMString representing the value associated to the parameter. reflects the value attribute.
Property. Is a DOMString representing the value associated to the parameter. reflects the value attribute.
(set-value-type! this val)
Property.
Is a DOMString containing the type of the value. It reflects valuetype attribute and has one of the values: "data", "ref", "object".
Property. Is a DOMString containing the type of the value. It reflects valuetype attribute and has one of the values: "data", "ref", "object".
(type this)
Property.
Is a DOMString containing the type of the parameter when valueType the "ref" value. It reflects the type attribute.
Property. Is a DOMString containing the type of the parameter when valueType the "ref" value. It reflects the type attribute.
(value this)
Property.
Is a DOMString representing the value associated to the parameter. reflects the value attribute.
Property. Is a DOMString representing the value associated to the parameter. reflects the value attribute.
(value-type this)
Property.
Is a DOMString containing the type of the value. It reflects valuetype attribute and has one of the values: "data", "ref", "object".
Property. Is a DOMString containing the type of the value. It reflects valuetype attribute and has one of the values: "data", "ref", "object".
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close