package js.html
extends Element › DOMElement › Node › EventTarget
Available on js
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 also:
aLink:StringIs a DOMString that represents the color of active hyperlinks.
background:StringIs 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:StringIs a DOMString that represents the background color for the document.
link:StringIs a DOMString that represents the color of unvisited links.
onafterprint:Functiononbeforeprint:Functiononhashchange:Functiononlanguagechange:Functiononmessage:Functiononmessageerror:Functiononoffline:Functionononline:Functiononpagehide:Functiononpageshow:Functiononpopstate:Functiononstorage:Functiononunload:Functiontext:StringIs a DOMString that represents the foreground color of text.
vLink:StringIs a DOMString that represents the color of visited links.
onbeforeunload:Event ‑> Null<String>
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/BodyElement.html