XML FOR DOMINO


noteslaunch element
Controls the launch behavior of a database when it opens in a Notes client.

For more information, see Setting database launch properties.

Containment Hierarchy

Contained by: <launchsettings>

Syntax

<!ELEMENT noteslaunch EMPTY >

Attributes

<!ATTLIST noteslaunch
%launch.common.attrs;
restorelastview%boolean;#IMPLIED
showaboutdocument(%launch.notes.showaboutdocument;)#IMPLIED
previewdefault(%launch.notes.previewdefault;)#IMPLIED
navigatortype(%launch.navigatortypes;)#IMPLIED
>

navigatortype


previewdefault
restorelastview
showaboutdocument
Defined entities for <noteslaunch> element

The %launch.navigatortypes; entity defines the types of navigators that can be launched from a database. This entity is available if the whenopened attribute of the %launch.common.attrs; equals opennavigator or opennavigatorinwindow.

Syntax:

<!ENTITY % launch.navigatortypes "page | standard">

page


standard
The %launch.notes.previewdefault; entity defines where in the window a document preview should display by default. This option is not available if the whenopened attribute of the %launch.common.attrs; entity equals openframeset.

Syntax:

<!ENTITY % launch.notes.previewdefault "bottomright | bottom | right">

The %launch.notes.showaboutdocument; entity defines the choices for when to display the "About this database" document of a database.

Syntax:

<!ENTITY % launch.notes.showaboutdocument "firstopen | firstopenandchanged | never">

These options specify to display the "About this database" document at the following times:

firstopen


firstopenandchanged
never
See Also