noteslaunch (Domino DTD)
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 | restorelastview |
%boolean; |
#IMPLIED |
| showaboutdocument |
(%launch.notes.showaboutdocument;) |
#IMPLIED |
| previewdefault |
(%launch.notes.previewdefault;) |
#IMPLIED |
| navigatortype |
(%launch.navigatortypes;) |
#IMPLIED |
> navigatortype
Specifies the type of navigator to display if the whenopened attribute of the %launch.common.attrs; entity equals opennavigator or opennavigatorinwindow. See the %launch.navigatortypes; entity for a list of options.
previewdefault
Defines where to display the preview pane by default. See the %launch.notes.previewdefault; entity for a list of options.
restorelastview
Restores the view that was last accessed by the current user.
showaboutdocument
Specifies
when to display the About this database document. See the %launch.notes.showaboutdocument;
entity for a list of options.
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
Name of the page element to use as the navigator.
standard
Name of the navigator element to use as the navigator.
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
When a Notes database is first opened.
firstopenandchanged
Each time the database is changed or opened.
never
Never.