Definition

Tab navigation is defined by creating an XML file with the extension .nav in the clientapps directory. The root XML element in the .nav file is the navigation element and the attributes allowed on this element are defined in Definition.

Table 1. Attributes of the navigation Element
Attribute Description
id Mandatory.

The unique identifier for the navigation configuration, which must match the name of the file. The identifier is used when a navigation configuration is included in a tab configuration, using the navigation element. See navigation for more information.

The child elements outlined in Definition are used to define the structure of the navigation.

Table 2. Supported Child Elements of the navigation Element
Element Description
nodes Mandatory.

Groups navigation pages and navigation tabs together. See nodes for more information.

loader-registry Optional.

Defines the server interfaces that can be called to dynamically change the state of the navigation tabs and navigation pages. See loader-registry for more information.