 |
 |
|
 |
 |
Building Menus > Setting Menu Properties > Global > Miscellaneous Settings
|
 |
 |
iNavigate Global Properties Miscellaneous Settings: controls the following additional settings.

BreadCrumb Separator
The elements in the page BreadCrumb Navigation are normally separated by single chevron characters '>' or '<' appropriate to the setting of the RightToLeft property. You can specify an alternative text or html string to use instead.
BreadCrumbs as Text
The elements of the page BreadCrumb Navigation are normally generated as either text or links, exactly matching the text or links in the menu structure. You can force all elements to be generated as text by selecting the BreadCrumbs As Text checkbox.
Use Style Sheet Levels
Each menu level may optionally have it's own distinctive appearance by means of corresponing style sheet classes for each level.
This applies to both iNavigate Menus themselves and to Site Maps.
Within the iNavigate.css file, class names are identified for a specific level by appended the level number, for example:
iNavigateCaption1, iNavigateCaption2, iNavigateCaption3, etc
Class names for use on all levels do not have the level number, for example:
iNavigateCaption
Right to Left
iNavigate defaults to left-to-right environments, such as English or German. You can specify a right-to-left environment, such as Hebrew or Arabic, by selecting the Right To Left check box. This causes generation of appropriately reversed html structures for the menus, use of the appropriate R2L graphics and generation of the iNavigate.RightToLeft property, for example:
iNavigate.RightToLeft = true;
|
|
|