background (Domino DTD)

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 )?

Contains an optional <imageref> element or any one of the contents of the %image.formats; entity.

Attributes

<!ATTLIST background

allowoverride

%boolean;

#IMPLIED

hide

%background.hide.tokens;

"none"

tile

%boolean;

"true"

repeat

%cellbackground.repeats;

"tile"

>

allowoverride

If true, the user can change the background settings in a rich text field on a form. This attribute applies to forms only.

hide

Any of the keyword tokens from the %background.hide.tokens; entity.

repeat

Adds an image to the background in the style indicated by the %cellbackground.repeats; entity

tile

Fills the background by tiling it with multiple copies of the image.

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

Hides the background image when editing or designing a form, page, or help document.

none

Does not hide the background image.