Dart API Referencedart:htmlBodyElement

BodyElement Interface

DOM body elements expose the HTMLBodyElement (or HTML 4 HTMLBodyElement) interface, which provides special properties (beyond the regular element object interface they also have available to them by inheritance) for manipulating body elements.

Extends

Element

Constructors

Code new BodyElement() #

BodyElement();

Methods

Code BodyElementEvents get on() #

BodyElementEvents get on();

Fields

Color of active hyperlinks.
String aLink;

Code String background #

URI for a background image resource.

Note: Starting in Gecko 7.0 (Firefox 7.0 / Thunderbird 7.0 / SeaMonkey 2.4) , this value is no longer resolved as a URI; instead, it's treated as a simple string.
String background;

Code String bgColor #

Background color for the document.
String bgColor;
Color of unvisited links.
String link;
Color of visited links.
String vLink;

This page includes content from the Mozilla Foundation that is graciously licensed under a Creative Commons: Attribution-Sharealike license. Mozilla has no other association with Dart or dartlang.org. We encourage you to improve the web by contributing to The Mozilla Developer Network.