Application Page Bindings: Menu items order
Hi, I have created a Custom Page as it is described in the Jazz Web UI Development Book.
My Custom Page is added to the ccm's main menu:
<extension point="net.jazz.ajax.applicationPageBindings">
<application id="com.ibm.team.rtc.web.rationalTeamConcert">
<page id="com.sbt.jazz.timesheet.web.timesheetPage">
</page>
</application>
</extension>
1. But my page is added as the first menu item:
How could I add it as a last menu item like it happens in the tutorial mentioned above?
2. In general where could I find a list of all other application ids?
My Custom Page is added to the ccm's main menu:
<extension point="net.jazz.ajax.applicationPageBindings">
<application id="com.ibm.team.rtc.web.rationalTeamConcert">
<page id="com.sbt.jazz.timesheet.web.timesheetPage">
</page>
</application>
</extension>
1. But my page is added as the first menu item:
How could I add it as a last menu item like it happens in the tutorial mentioned above?
2. In general where could I find a list of all other application ids?
Comments
Massimo Caprinali
Dec 03 '13, 9:37 a.m.Hi @liaxei, have you found any solution about that problem?
I have the same problem.
Thank you
Massimo
Aliaksei Gizheuski
Dec 03 '13, 10:23 a.m.Hi Massimo, unfortunately no.
Nicolas Bros
May 19 '14, 7:30 a.m.I'm looking for an answer to this as well. My page shows randomly either first or last, supposedly depending on the plug-in load order.