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: StringIs a DOMString that represents the foreground color of text.
link: StringIs a DOMString that represents the color of unvisited links.
vLink: StringIs a DOMString that represents the color of visited links.
aLink: StringIs a DOMString that represents the color of active hyperlinks.
bgColor: StringIs a DOMString that represents the background color for the document.
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.
onafterprint: haxe.Functiononbeforeprint: haxe.Functiononhashchange: haxe.Functiononlanguagechange: haxe.Functiononmessage: haxe.Functiononmessageerror: haxe.Functiononoffline: haxe.Functionononline: haxe.Functiononpagehide: haxe.Functiononpageshow: haxe.Functiononpopstate: haxe.Functiononstorage: haxe.Functiononunload: haxe.Function| Returns |
|---|
| Null<String> |