XML FOR DOMINO


embeddedoutline element
Represents an outline embedded in a richtext field, not added to a form as an outline design element.

For more details, see Selected embedded outline properties.

Containment Hierarchy

Contained by: %richtext.nonhot.inline;

Contains: <border>, <control>, <sublevel>, <title>, <toplevel>, <twistieimage>

Syntax

<!ELEMENT embeddedoutline ( control?, title?, toplevel?, sublevel?, twistieimage?, border? )>

Content

control?, title?, toplevel?, sublevel?, twistieimage?, border?


Attributes

<!ATTLIST embeddedoutline
display(%outline.displaydirections;)"vertical"
expand(%outline.expandtypes;)"saved"
imagelabel%string;#IMPLIED
name%tstring;#IMPLIED
rootname%tstring;#IMPLIED
samebackground%boolean;"false"
samefont%boolean;"false"
showtwistie%boolean;#IMPLIED
targetframe%string;#IMPLIED
tileimage%boolean;#IMPLIED
type(%outline.types;)"tree"
useappletinbrowser%boolean;#IMPLIED
width%lenpct;"100%"
widthtype(%eoutline.sizetypes;)"fitwindow"
height%lenpct;"1in"
heighttype(%eoutline.sizetypes;)"fixed"
scrollbars%boolean;"true"
showviewcontents%boolean;"false"
outline%string;#IMPLIED
database%string;#IMPLIED
showfolderunread%boolean;"false"
characters%integer;#IMPLIED
columnwidth%length;"0in"
%direction.attrs;
>

characters


columnwidth
database
display
expand
height
heighttype
imagelabel
name
outline
rootname
samebackground
samefont
scrollbars
showfolderunread
showtwistie
showviewcontents
targetframe
tileimage
type
useappletinbrowser
width
widthtype
Defined entities for <embeddedoutline> element

The %eoutline.sizetypes; entity specifies the types of height and width settings you can set for an embedded outline.

Syntax:

<!ENTITY % eoutline.sizetypes "fixed | fitwindow | fitcontent | fixedcharacter ">

fitcontent


fitwindow
fixed
fixedcharacter
The %outline.displaydirections; entity defines the direction in which a flat style outline displays.

Syntax:

<!ENTITY % outline.displaydirections "vertical | horizontal">

The %outline.expandtypes; entity defines how a tree style outline displays its entries when the form containing that outline first displays.

Syntax:

<!ENTITY % outline.expandtypes "all | first | saved | none ">

all


first
none
saved
The %outline.types; entity defines the types of embedded outlines that can be included in a page.

Syntax:

<!ENTITY % outline.types "flat | tree ">

flat


tree
See Also