Extending Jazz Web UI
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
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?