package js.html
extends Element › DOMElement › Node › EventTarget
Available on jsThe
HTMLEmbedElement
interface, which provides special properties (beyond the regularHTMLElement
interface it also has available to it by inheritance) for manipulatingembed
elements.Documentation HTMLEmbedElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
align:String
Is a DOMString
reflecting the height
HTML attribute, containing the displayed height of the resource.
height:String
Is a DOMString
representing an enumerated property indicating alignment of the element's contents with respect to the surrounding context. The possible values are "left"
, "right"
, "center"
, and "justify"
.
name:String
Is a DOMString
representing the name of the embedded object.
src:String
Is a DOMString
that reflects the src
HTML attribute, containing the address of the resource.
type:String
Is a DOMString
that reflects the type
HTML attribute, containing the type of the resource.
width:String
Is a DOMString
that reflects the width
HTML attribute, containing the displayed width of the resource.
getSVGDocument ():HTMLDocument
© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/EmbedElement.html