 |
 |
|
 |
 |
Building Menus > Setting Menu Properties > Menu Item Details
|
 |
 |
iNavigate Menu Item Details: controls the settings for each individual menu item.

Regular Page
Most of your menu items will be regular pages.
Home Page
iNavigate needs to know which is the home page, so it can recognize it when the url is just the domain name.
You can only have one page selected as your home page, if you select another then the previous selection will be changed to a regular page.
If a home page is not already specified and you add index.htm(l) or home.htm(l) then that will automatically be marked as the home page.
Selecting this option causes the generation of the iNavigate.HomePage property:
iNavigate.HomePage = 'Welcome.html';
Foreign Page
A foreign page is one which is not in the current menu group.
A typical use of this is to construct layered menu groups, where the top layer is a high level menu (say a list of products) and some items drop you into the next layer (the full menu structure for that product).
The foreign page is included in the generated menus, but does not itself get processed during generation.
File Name
Sets the file name for an individual menu item.
Caption
Sets the link caption for an individual menu item.
Allow Link Caption to Wrap
Allows the link caption for an individual menu item to wrap. The iNavigate default behavior is 'nowrap'.
Tooltip
Sets the tooltip text for an individual menu item. This causes the generation of the 'title' html attribute 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.
URL
Sets the URL for an individual menu item. The URL should consist of only the file name part, the appropriate relative path will be inserted during generation.
The URL may also be a JavaScript URL, in which case the iNavigate.PageSeach.page property is generated by default to match:
iNavigate.PageSeach.page = 'javascript(page7, true, 78)';
Target
Sets the Target frame or window in which an individual menu item will be displayed, for example _blank creates a new window for the menu item.
|
|
|