OverviewSingleDeprecated

window

class HTMLDocument

Object
->HTMLElement
  ->HTMLDocument

native class HTMLDocument
extends HTMLElement
Native browser DOM class HTMLDocument. Mozilla browsers call this HTMLDocument, while Microsoft Internet Explorer usually reports it as a plain Object.

Fields Inherited From HTMLElement
childNodes, className, firstChild, id, innerHTML, lastChild, nextSibling, ownerDocument, parentNode, previousSibling, style, tagName
Method Summary
native HTMLElement
Methods Inherited From HTMLElement
getAttribute, removeAttribute, setAttribute
Methods Inherited From Object
toString
Method Detail

getElementById

native HTMLElement getElementById(strId : String)

Parameters:

strId

Returns: