toplevel (Domino DTD)

Represents a toplevel entry in an embedded outline. A toplevel entry is an entry that defines a general topic containing several related entries under it. You create a toplevel entry by outdenting the entry during outline creation. By outdenting and indenting entries you set up the hierarchical structure for the outline, which simplifies navigation for the user.

Containment Hierarchy

Contained by: <embeddedoutline>

Contains: <eoutlinebackground>, <font>, <layout>

Syntax

<!ELEMENT toplevel ( font?, eoutlinebackground?, layout? )>

Content

font?, eoutlinebackground, layout?

Contains an optional <font> element, followed by an optional <eoutlinebackground> element, and an optional <layout> element.

Attributes

<!ATTLIST toplevel

mouseovercolor

%color;

#IMPLIED

normalcolor

%color;

#IMPLIED

selectedcolor

%color;

#IMPLIED

>

mouseovercolor

Color that the font of a toplevel entry changes to when a cursor passes over it.

normalcolor

Toplevel entry font color.

selectedcolor

Color that the font of a toplevel entry changes to after the entry is clicked.