Liking cljdoc? Tell your friends :D

web.dom.HTMLParamElement

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

namecljs

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

set-name!cljs

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

set-type!cljs

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

set-value!cljs

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

set-value-type!cljs

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

typecljs

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

valuecljs

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

value-typecljs

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

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

× close