Automatically Hide the Navigation when Embedding Project Insight Web Application into 3rd Party Web Applications.
The Project Insight Web Application interface can be invoked with 5 different navigation hiding options using the URL.
Use technique for a "Shortcut" item or on a Dashboard "Web Page" within the Project Insight Web Application itself.
Add the following characters to the URL when you accessing the Project Insight Web Application:
Hide the left and top navigation
- Add "/hn/" immediately following the server portion of your URL and before the relative URL path of the location
- For example, you want to navigate to the Time Entry Grid without the navigation showing: http://yourdomain.projectinsight.net/hn/time/grid
- Result:
Hiding all navigation and page title
- Add "/hap/" immediately following the server portion of your URL and before the relative URL path of the location
- For example, you want to navigate to the Time Entry Grid without the navigation showing: http://yourdomain.projectinsight.net/hap/time/grid
- Result:
Hiding only the top navigation
- Add "/htn/" immediately following the server portion of your URL and before the relative URL path of the location
- For example, you want to navigate to the Time Entry Grid without the navigation showing: http://yourdomain.projectinsight.net/htn/time/grid
- Result:
Hiding only the left navigation
- Add "/hln/" immediately following the server portion of your URL and before the relative URL path of the location
- For example, you want to navigate to the Time Entry Grid without the navigation showing: http://yourdomain.projectinsight.net/hln/time/grid
- Result:
Comments
0 comments
Please sign in to leave a comment.