sublevel (Domino DTD)

Represents a sublevel entry in an embedded outline. A sublevel entry is an entry that defines a specific topic organized as part of a more general, toplevel entry. You create a sublevel entry by indenting the entry during outline creation. By indenting and outdenting 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 sublevel ( 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 sublevel

mouseovercolor

%color;

#IMPLIED

normalcolor

%color;

#IMPLIED

selectedcolor

%color;

#IMPLIED

>

mouseovercolor

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

normalcolor

Sublevel entry font color.

selectedcolor

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