BodyElement
The HTMLBodyElement
interface provides special properties (beyond those of the regular HTMLElement
interface they also inherit) for manipulating body elements.
Documentation HTMLBodyElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
Instance Members
text: String
Is a DOMString
that represents the foreground color of text.
link: String
Is a DOMString
that represents the color of unvisited links.
vLink: String
Is a DOMString
that represents the color of visited links.
aLink: String
Is a DOMString
that represents the color of active hyperlinks.
bgColor: String
Is a DOMString
that represents the background color for the document.
background: String
Is a DOMString
that represents the description of the location of the background image resource. Note that this is not an URI, though some older version of some browsers do expect it.
onafterprint: haxe.Function
onbeforeprint: haxe.Function
onhashchange: haxe.Function
onlanguagechange: haxe.Function
onmessage: haxe.Function
onmessageerror: haxe.Function
onoffline: haxe.Function
ononline: haxe.Function
onpagehide: haxe.Function
onpageshow: haxe.Function
onpopstate: haxe.Function
onstorage: haxe.Function
onunload: haxe.Function
Returns |
---|
Null<String> |