Object: sapphire.navigator |
Description
Utility methods to Navigator. Contains properties and methods related to Navigator functionality.
File
WEB-CORE\scripts\sapphirecore.js
Properties
Property | Type | Description |
isNavigator | Boolean | Indicates whether or not a page is rendered inside the Navigator or other layouts. |
open |
Functionality
Opens a navigator layout called from generic layout border bar configuration.
Parameters
Parameter | Type | Description |
navigatornodeid | String | The navigator node in the Navigator Policy. |
pageid | String | Optional pageid from which the navigator is coming from. Defaults to sapphire.page.name. |
sdcid | String | Optional sdcid to pass to the navigator. Defaults to sapphire.page.getSDCid() |
Keyid1 | String | Optional keyid1 to pass to the navigator. Defaults to sapphire.page.getKeyid1() |
Keyid2 | String | Optional keyid2. |
Keyid3 | String | Optional keyid3. |
Return
None.
Object: sapphire.navigator.util |
Description
Utility methods to Navigator.
File
WEB-CORE\scripts\sapphirecore.js
Properties
None.
getTop |
Functionality
Returns a reference to the correct top window regardless of whether a page is rendered inside navigator or other layouts.
Parameters
None.
Return
Reference to the correct top window.
getTopName |
Functionality
Returns the frame name of the correct top window regardless whter a page is rendered inside navigator or other layouts.
Parameters
None.
Return
Frame name to the correct top window.