Navigation components
Navigation
components provide the system for navigating the sections and panels
of a Guide:
-
AccordionNav:
-
An accordion menu composed of sections that each contain
a list of panels. The default Guide layout named
Left Accordion
,
is an example of the AccordionNav component.
-
MxTreeNav:
-
A tree structure that lists multiple section and panel levels.
The default Guide layout named
Cobalt Tree
is an example
of the MxTreeNav component.
Note:
The MxTreeNav
component is the only navigation component that displays nested
section and panel levels.
-
ProgressSectionBarNav:
-
A horizontal list of buttons that represents each section
in the Guide tree. The default Guide layout named
Cobalt Bar
is
an example of the ProgressSectionBarNav component.
Note:
This navigator is useful when each Guide section
includes only one panel.
-
StepNav:
-
An accordion menu that lists section names where each section contains
a list of panels. The default Guide layout named
Cobalt Standard
is
an example of the usage of the StepNav component.
-
TabTabNav:
-
A navigation system that consists of two corresponding levels
of tab menus. The top-level tabs list the sections in the Guide
tree, and the bottom-level tabs list the panels for the currently
selected top-level tab. The default Guide layout named
Workspace
is
an example of the TabTabNav component.