Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor grammer changes, made some things easier to read.

...

This section contains links for business and end-user oriented applications. Links to less frequently used and more technical applications are kept in secondary navigation. The main navigation area should indicate which application is currently selected if the current application is linked to from here.

Secondary Navigation

This section contains links for less frequently used applications. The secondary navigation area should indicate which application is currently selected if the current application is linked to from here.

Application Navigation

This section contains the application's title, plus links to functional areas within the application. Application navigation should indicate which area is currently active.

...

This section consists of tabs that split up a single area of an application into multiple screens that all fit together and are generally parameterized with the same parameter or set of parameters (for example the productId for all of the Product and related tabs). The tabs should include only include the screens that are a part of the set of screens for the area. Links to screens that are not part of the set of screens for the area should be included in the links below the tab bar.

...

The Main Screen Area is the area inside the decorator that changes for each area of an application. In other words it does not include the header masthead or footer, or side-bars if the application has them.

This area of the screen is focused around whatever task or process the user is performing. If multiple tasks are used in a single screen, they should be separated clearly separated.

Generally speaking, the main screen area should contain the following items, going from top to bottom:

1. Optional application area tab bar (mentioned above).
2. Page title, using the page-title style. The page title displayed in the main content area should match the title bar title. This makes a strong connection between screens and , bookmarks and browser history.
3. Optional related screen buttons, in the button bar style (external links outside of a certain set of screens). For instance, a Find screen might have a "Create New" button here.
4. The main form or other interaction area.

...

In some cases, screens with a create form also contain a list of existing items. If it that pattern is used, the item data entry form should be above the existing item list. In addition, the item data entry screen should be collapsible and initially collapsed. If the new item form area is not collapsible then it should then be below the list form with of existing items.

Find Screens

...

Using the FindScreenDecorator is recommended - it will facilitate correct layout and will reduce reduces screen widget code.

The initial display of search results is controlled by the widget.defaultNoConditionFind property in the widget.properties file. If a specific behavior is desired regardless of that setting the noConditionFind should be set in the screen actions.