Liking cljdoc? Tell your friends :D

web.dom.HTMLEmbedElement

The HTMLEmbedElement interface provides special properties (beyond regular web.dom.HTMLElement interface it also has available it by inheritance) for manipulating <embed> elements.

The HTMLEmbedElement interface provides special properties (beyond
regular `web.dom.HTMLElement` interface it also has available
it by inheritance) for manipulating `<embed>` elements.
raw docstring

aligncljs

(align this)

Property.

Is a DOMString representing an enumerated property indicating of the element's contents with respect to the surrounding context. possible values are "left", "right", "center", and "justify".

Property.

Is a DOMString representing an enumerated property indicating
of the element's contents with respect to the surrounding context.
possible values are "left", "right", "center", and "justify".
sourceraw docstring

heightcljs

(height this)

Property.

Is a DOMString reflecting the height HTML attribute, containing displayed height of the resource.

Property.

Is a DOMString reflecting the height HTML attribute, containing
displayed height of the resource.
sourceraw docstring

namecljs

(name this)

Property.

Is a DOMString representing the name of the embedded object.

Property.

Is a DOMString representing the name of the embedded object.
sourceraw docstring

set-align!cljs

(set-align! this val)

Property.

Is a DOMString representing an enumerated property indicating of the element's contents with respect to the surrounding context. possible values are "left", "right", "center", and "justify".

Property.

Is a DOMString representing an enumerated property indicating
of the element's contents with respect to the surrounding context.
possible values are "left", "right", "center", and "justify".
sourceraw docstring

set-height!cljs

(set-height! this val)

Property.

Is a DOMString reflecting the height HTML attribute, containing displayed height of the resource.

Property.

Is a DOMString reflecting the height HTML attribute, containing
displayed height of the resource.
sourceraw docstring

set-name!cljs

(set-name! this val)

Property.

Is a DOMString representing the name of the embedded object.

Property.

Is a DOMString representing the name of the embedded object.
sourceraw docstring

set-src!cljs

(set-src! this val)

Property.

Is a DOMString that reflects the src HTML attribute, containing address of the resource.

Property.

Is a DOMString that reflects the src HTML attribute, containing
address of the resource.
sourceraw docstring

set-type!cljs

(set-type! this val)

Property.

Is a DOMString that reflects the type HTML attribute, containing type of the resource.

Property.

Is a DOMString that reflects the type HTML attribute, containing
type of the resource.
sourceraw docstring

set-width!cljs

(set-width! this val)

Property.

Is a DOMString that reflects the width HTML attribute, containing displayed width of the resource.

Property.

Is a DOMString that reflects the width HTML attribute, containing
displayed width of the resource.
sourceraw docstring

srccljs

(src this)

Property.

Is a DOMString that reflects the src HTML attribute, containing address of the resource.

Property.

Is a DOMString that reflects the src HTML attribute, containing
address of the resource.
sourceraw docstring

typecljs

(type this)

Property.

Is a DOMString that reflects the type HTML attribute, containing type of the resource.

Property.

Is a DOMString that reflects the type HTML attribute, containing
type of the resource.
sourceraw docstring

widthcljs

(width this)

Property.

Is a DOMString that reflects the width HTML attribute, containing displayed width of the resource.

Property.

Is a DOMString that reflects the width HTML attribute, containing
displayed width of the resource.
sourceraw docstring

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

× close