XML FOR DOMINO


background element
Represents a background image on a form, page, or help document.

Containment Hierarchy

Contained by: <form>, <page>, <helpaboutdocument>, <helpusingdocument>

Contains: %image.formats;, <imageref>

Syntax

<!ELEMENT background ( ( %image.formats; | imageref )? )>

Content

( %image.formats; | imageref )?


Attributes

<!ATTLIST background
allowoverride%boolean;#IMPLIED
hide%background.hide.tokens;"none"
tile%boolean;"true"
repeat%cellbackground.repeats;"tile"
>

allowoverride


hide
repeat
tile
Defined entity for <background> element

The %background.hide.tokens; entity defines the keyword tokens for the hide attribute.

Syntax:

<!ENTITY % background.hide.tokens "none | editdesign">

editdesign


none
See Also