XML FOR DOMINO


eoutlinebackground element
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


normalcolor
repeat
selectedcolor
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


once
resize
tile
vrepeat
See Also