haXe API Documentation
Back | Index
extern class js.html.EmbedElement
extends Element
Available in js
Note: This topic describes the HTMLEmbedElement interface as defined in the HTML5 standard. It does not address earlier, non-standardized version of the interface.

Documentation for this class was provided by MDN.
var align : String
var height : String

Reflects the

height HTML attribute, containing the displayed height of the resource.

var name : String
var src : String

Reflects the

src HTML attribute, containing the address of the resource.

var type : String

Reflects the

type HTML attribute, containing the type of the resource.

var width : String

Reflects the

width HTML attribute, containing the displayed width of the resource.

function getSVGDocument() : js.html.svg.Document
Back | Index