iNavigate.AfterLoad()
Analyses Menu structures to set and restore menu states.
Called after document Load is complete, ie in the onLoad event of the <BODY> tag.
|
 |
iNavigate.BeforeLoad()
Analyses menu structures to set and restore menu states.
Called after menu structure has been parsed, but before Load is complete, ie in JavaScript after the menu HTML.
|
 |
iNavigate.CloseAll()
Closes all menus in the current group.
May be called after iNavigate.AfterLoad().
|
 |
iNavigate.CloseNode(node)
 |  |
 | Parameter | Description |
 |
 | node | Zero-based index of the node to open. |
 |
Closes a specified menu node in the current group.
May be called after iNavigate.AfterLoad().
|
 |
iNavigate.Locate()
Opens the menu containing the current page.
May be called after iNavigate.AfterLoad().
|
 |
iNavigate.LocateFrame(window)
 |  |
 | Parameter | Description |
 |
 | window | reference to the frame window object |
 |
Highlights the menu item corresponding to the current body page in Frames mode.
Called from body page during page load. Should called after all iNavigate property settings for the page.
|
 |
iNavigate.MoveNext()
Causes the browser to open the page following the current page in the menu structure.
May be called after iNavigate.AfterLoad().
|
 |
iNavigate.MovePrevious()
Causes the browser to open the page preceding the current page in the menu structure.
May be called after iNavigate.AfterLoad().
|
 |
iNavigate.OpenAll()
Opens all menus in the current group.
May be called after iNavigate.AfterLoad().
|
 |
iNavigate.OpenNode(node)
 |  |
 | Parameter | Description |
 |
 | node | Zero-based index of the node to open. |
 |
Opens a specified menu node in the current group.
May be called after iNavigate.AfterLoad().
|
 |
iNavigate.PrepareFrame(window)
 |  |
 | Parameter | Description |
 |
 | window | reference to the frame window object |
 |
Prepares iNavigate for processing the current body page in Frames mode.
Called from body page during page load. Should called before any iNavigate property settings for the page.
|