EmbedElement

EmbedElement

package js-html

extends ElementDOMElementNodeEventTarget

Available on js

The HTMLEmbedElement interface, which provides special properties (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating embed elements.

Documentation HTMLEmbedElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See:

Variables

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.

Methods

getSVGDocument ():HTMLDocument

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/html/EmbedElement.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部