title (Domino DTD)

Represents title of an embedded outline.

Containment Hierarchy

Contained by: <embeddedoutline>

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

Syntax

<!ELEMENT title ( 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 title

style

(%outline.titlestyles;)

"hide"

normalcolor

%color;

#IMPLIED

mouseovercolor

%color;

#IMPLIED

>

mouseovercolor

Color that the font of the outline title changes to when a cursor passes over it.

normalcolor

Title font color.

style

Type of title style selected, as defined by the %outline.titlestyles; entity. The title style defines the display structure for all the entries in the outline.

Defined entity for <title> element

The %outline.titlestyles; entity defines the types of styles for the entry titles of an embedded outline.

Syntax:

<!ENTITY % outline.titlestyles "simple | hide | hierarchical">

hide

Specifies a flat outline type, which does not display the outline title, nor any other toplevel entries while one set of sublevel entries is displayed. The designer would have to include an action to enable users to return to the full outline view.

hierarchical

Specifies a tree outline type, which displays the title, toplevel, and sublevel entries at all times. This entity option is not yet implemented.

simple

Specifies a flat outline type, which displays the outline title and all the toplevel entries, even when one set of sublevel entries is displayed. This enables a user to navigate back to the outline and expand other toplevel entries.