package js.html
extends Element › DOMElement › Node › EventTarget
Available on jsThe
HTMLBodyElement
interface provides special properties (beyond those of the regularHTMLElement
interface they also inherit) for manipulating body elements.Documentation HTMLBodyElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
aLink:String
Is a DOMString
that represents the color of active hyperlinks.
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.
bgColor:String
Is a DOMString
that represents the background color for the document.
link:String
Is a DOMString
that represents the color of unvisited links.
onafterprint:Function
onbeforeprint:Function
onhashchange:Function
onlanguagechange:Function
onmessage:Function
onoffline:Function
ononline:Function
onpagehide:Function
onpageshow:Function
onpopstate:Function
onstorage:Function
onunload:Function
text:String
Is a DOMString
that represents the foreground color of text.
vLink:String
Is a DOMString
that represents the color of visited links.
onbeforeunload:Event ‑> String
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/html/BodyElement.html