ViewService.navigateToPage Method

Navigates to the requested page with additional optional options.
 

Parameters

page

Type: Pages
The page to navigate to.
options

Type: Object
(optional) The options for this page navigation. Structure:
     id          [type: String, optional]                                     - (optional) The ID for the object associated with the page.
     queryString [type: Array, elementType: dundas.KeyValuePair, optional]    - (optional) All objects for the queryString in key value pair structure.
     newWindow   [type: Boolean, default: false, optional]                    - (optional) Whether this navigation should occur in a new window or not.
     topWindow   [type: Boolean, default: false, optional]                    - (optional) Whether this navigation should occur in the top-most window or not.
 

Optional: True
 

Examples