eoutlinebackground (Domino DTD)

Represents the background properties of an embedded outline.

Containment Hierarchy

Contained by: <control>, <sublevel>, <title>, <toplevel>

Contains: <imageref>

Syntax

<!ELEMENT eoutlinebackground (imageref? )>

Content

imageref?

Attributes

<!ATTLIST eoutlinebackground

normalcolor

%color;

#IMPLIED

selectedcolor

%color;

#IMPLIED

mouseovercolor

%color;

#IMPLIED

repeat

(%eoutline.repeats;)

"once"

>

mouseovercolor

Color that the outline background changes to when a cursor passes over it.

normalcolor

Background color of an outline.

repeat

If the background contains an image, determines the pattern with which to display it. Can be any of the options in the %eoutline.repeats; entity.

selectedcolor

Color that the outline background changes to after an outline entry is clicked.

Defined entity for <eoutlinebackground> element

The %eoutline.repeats; entity defines the style options for displaying the background image of an outline.

Syntax:

<!ENTITY % cellbackground.repeats "once | vrepeat | hrepeat | tile | resize">

hrepeat

Repeats the image horizontally.

once

Displays the image once, without repeating it.

resize

Allows resizing of the image.

tile

Tiles the image, filling the background with multiple copies of it.

vrepeat

Repeats the image vertically.