ToolTip Settings

Open All  Close All  Locate  Move Previous  Move Next 


iNavigate Global Properties ToolTip Settings: controls the overall frames layout and configuration for your site.



Open Tooltip
The default tooltip text for the 'plus' menu image is "Open Menu". You can add your own text in the Plus Tooltip text box thus generating the iNavigate.NodePlusTitle Property, for example:

iNavigate.NodePlusTitle = 'öffnen Sie das Menü';

Close Tooltip
The default tooltip text for the 'minus' menu image is "Close Menu". You can add your own text in the Minus Tooltip text box thus generating the iNavigate.NodeMinusTitle Property, for example:

iNavigate.NodeMinusTitle = 'schließen Sie das Menü';

Show Menu Tooltips in Status Bar
Causes the menu item Tooltip caption to be displayed in the browser status bar when the user hovers over the item with the mouse. This causes the generation of 'onmouseover' and 'onmouseout' events on the menu item, for example:

<a id="iNavigateItem" href="Index.htm" title="Overview" onMouseOver="window.status='Overview';return true"
onMouseOut="window.status='';return true">Overview</a>

It is also possible to integrate custom or 3rd party tooltip components with iNavigate menu items. For details on how to do this please refer to the HOW TO item in the ReadMe.txt file.