import "HTMLBodyElement.idl";
Inherits HTMLElement.
Inheritance diagram for HTMLBodyElement:


Public Attributes | |
| attribute DOMString | aLink |
| attribute DOMString | background |
| attribute DOMString | bgColor |
| attribute DOMString | link |
| attribute DOMString | text |
| attribute DOMString | vLink |
| attribute long | scrollLeft |
| attribute long | scrollTop |
| readonly attribute long | scrollWidth |
| readonly attribute long | scrollHeight |
Definition at line 22 of file HTMLBodyElement.idl.
| attribute DOMString aLink |
Definition at line 23 of file HTMLBodyElement.idl.
| attribute DOMString background |
Definition at line 24 of file HTMLBodyElement.idl.
| attribute DOMString bgColor |
Definition at line 25 of file HTMLBodyElement.idl.
| attribute DOMString link |
Definition at line 26 of file HTMLBodyElement.idl.
| attribute DOMString text |
Definition at line 27 of file HTMLBodyElement.idl.
| attribute DOMString vLink |
Definition at line 28 of file HTMLBodyElement.idl.
| attribute long scrollLeft |
Definition at line 31 of file HTMLBodyElement.idl.
| attribute long scrollTop |
Definition at line 32 of file HTMLBodyElement.idl.
| readonly attribute long scrollWidth |
Definition at line 33 of file HTMLBodyElement.idl.
| readonly attribute long scrollHeight |
Definition at line 34 of file HTMLBodyElement.idl.
1.5.1