Extending Jazz Web UI
![](http://jazz.net/_images/myphoto/8542fc2f8aefe455eb10d920401fa93e.jpg)
We are trying to extend the Jazz Web UI, so:
- is it possible to set order for pages on navigation bar? A new page seems to be added always as last page.
- is it possible to show/hide a page on navigation bar depending on, for instance, the project area name?
- is it defined anywhere a constant for the "/admin" context path?
- is there a default page to handle errors we can reuse and/or extend?
- is it possible to redirect to existing pages "calling" corresponding actions (e.g., "#action=com.ibm.team.build.viewDefinitionList")?
Thanks in advance.
One answer
![](http://jazz.net/_images/myphoto/8542fc2f8aefe455eb10d920401fa93e.jpg)
I will try to answer these one by one.
1. I suppose you are talking about the tab order of a multi-tabbed browser. If so, that's the feature of the browser, not Jazz. For example, Chrome by default opens a new tab right next to the current tab.
2. Don't think it's possible as a Jazz Web UI extension.
3. The context root "/admin" is defined when you deploy the admin.war web application, and registered in the Jazz repository after you run jts/setup.
4. Don't think so. Errors are usually "embedded" in the current page.
5. Don't really understand the question. Isn't it just open the page in the same tab?
1. I suppose you are talking about the tab order of a multi-tabbed browser. If so, that's the feature of the browser, not Jazz. For example, Chrome by default opens a new tab right next to the current tab.
2. Don't think it's possible as a Jazz Web UI extension.
3. The context root "/admin" is defined when you deploy the admin.war web application, and registered in the Jazz repository after you run jts/setup.
4. Don't think so. Errors are usually "embedded" in the current page.
5. Don't really understand the question. Isn't it just open the page in the same tab?
Comments
![](http://jazz.net/_images/myphoto/8542fc2f8aefe455eb10d920401fa93e.jpg)
Donald, thanks for your answer but it's not what we were talking about... :)
![](http://jazz.net/_images/myphoto/0227396f4efb17d0baa0c12dd70df878.jpg)
Well, we will wait for the experts that understand your questions then. I first thought you were talking about Jazz Web UI Theming but the features you talked about were so different so I fell back to the old school use-javascript-to-control-everything-in-the-web-page theory. Unfortunately, wrong again.