Navigation.xsl
The navigation.xsl file contains all the XSLT templates used to generate iNavigate Navigation Aids and BreadCrumbs.
DoNavigationAid
 |  |
 | Parameter | Description |
 |
 | command | javascript command associated with the navigation aid |
 |
 | image | navigation aid image file name |
 |
 | imageAfter | flag indicating if the image is to be after the caption (=1) or before the caption (=0) |
 |
 | caption | caption text for the navigation aid |
 |
 | title | tooltip text for the navigation aid |
 |
HTML template for a Navigation Aid.
|
 |
CrumbCaption
 |  |
 | Parameter | Description |
 |
 | caption | the caption text for the menu items |
 |
HTML template used for a BreadCrumb Navigation text item.
|
 |
CrumbLink
 |  |
 | Parameter | Description |
 |
 | url | url for the menu item link |
 |
 | target | the target attribute value for the menu item link |
 |
 | caption | the caption text for the menu items |
 |
 | title | the tooltip text for the menu item |
 |
HTML template used for a BreadCrumb Navigation link item.
|
 |