Behavoir Settings

Open All  Close All  Locate  Move Previous  Move Next 


iNavigate Global Properties Behavior Settings: controls the overall operation and appearance of your menus.



Frames Mode
Selecting the Frames Mode check box causes iNavigate to generate for a html frames based site. In order to do this effectively iNavigate needs some further information to work with, this is supplied in Global Menu Properties Frames Settings.

Preserve Menu State
The default behavior is that menu state is preserved. You can change this by de-selecting the Preserve Menu State check box thus setting the iNavigate.PreserveState property, for example:

iNavigate.PreserveState = false;

Convert Menu Links to Text
On loading a page iNavigate normally converts the current menu link to text (and positions the pointer graphic). You can prevent the conversion by de-selecting the Convert Menu Links to Text check box. This causes generation of the iNavigate.ConvertLink property, for example:

iNavigate.ConvertLink = false;

Open Node On Click
When a menu node with a link is clicked, the default iNavigate behavior is to display the page on the first click and then open the menu on the second click. You can specify that both the page should be displayed AND the menu opened on the first click, by selecting the Open Node On Click check box. This causes generation of the iNavigate.OpenOnClick property, for example:

iNavigate.OpenOnClick = true;

Initially Open All Menus
The default initial behavior is that the menus are closed, except for the menu containing the current item. You can change this to display all menus open initially by selecting the Initially Open check box thus generating the iNavigate.InitiallyOpen property, for example:

iNavigate.InitiallyOpen = true;

AutoClose Menu
The default behavior is that Menus remain open unless closed by the user. You can change this to automatically close all menus other than the most recently opened menu by selecting the AutoClose Menus check box, thus generating the iNavigate.AutoClose property, for example:

iNavigate.AutoClose = true;

AutoClose Current Menu
The default AutoClose behavior is that the current menu item (the item with the pointer) is not automatically closed. You can change this to include the current menu item by selecting the AutoClose Current Menu check box, thus generating the iNavigate.AutoCloseCurrent property, for example:

iNavigate.AutoCloseCurrent = true;

Treat Netscape 6+ As Passive
By default Netscape 6+ is Active. You can change this to treat Netscape 6+, and all Gecko-powered browsers, as Passive, displaying all menus fully open.