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.
(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".
(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.
(name this)
Property.
Is a DOMString representing the name of the embedded object.
Property. Is a DOMString representing the name of the embedded object.
(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".
(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.
(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.
(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.
(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.
(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.
(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.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close