NavigatorComponent

Description

This component generate a menu witch allows the user to navigate through the solution folders. When a template is not present in the selected folder, the default-dashboard-template is presented. (see template documentation). The menu items are build dynamically using the index.properties present in each solution folders.
Note: To hide undesired folders edit index.properties and set the property "visible" to false.

Options

name
The name of the component
type
navigator
listeners
Array - Parameters who this component will react to
htmlObject
Id of the component (usually a div or a span tag) to be replaced by the result
executeAtStart
True to execute the component at start, false otherwise
mode
Menu modes: "vertical" or "horizontal" : Default value: horizontal
includeSolutions
True to include solutions menu items , false otherwise

Sample