APPLICATION DESIGN


Creating navigation
Every application needs to include a way to navigate from one place to another. You add navigation to an application using:
When you create a new database from a blank template, IBM® Lotus® Domino(TM) Designer provides a default navigation structure called the Folder pane (sometimes called the Navigation pane). The Folder pane displays all the shared views and folders in the database. It displays on the left pane of the IBM® Lotus® Notes® client and on the top left of a browser window. You can choose to use this navigation structure or design a different one.

Outlines

You can create an outline to customize the Folder pane of an application. An outline is the skeleton of your application: each outline entry represents a key piece of the application. An outline can include background graphics, custom icons, links, or actions. When the outline is embedded on a page or form, users can click on the outline entries, which take them where you want them to go. The process of creating a navigation structure with an outline involves three steps:


You can also use an outline to plan your application before you create any design elements.

An outline can not be used as a component in a composite application, but an outline embedded in a frameset can be used as a component, when the frameset is used as a component.

An outline in Domino Designer

For more information, see Designing Outlines.

Navigators

Navigators are graphical road maps that direct users to specific parts of a database. They let users find documents or take actions without having to open views. Navigators are like image maps. You can create hotspots on a graphic that take the users to links within or outside of your application. You can embed navigators on forms or pages. Navigators can take the place of the folder pane or work in conjunction with it.

Navigators can be used as components in composite applications.

For more information, see Designing Navigators.

See Also