on 2006 Aug 24 3:30 PM
At the top right corner of an iview you have some options in a menu: help open in new window etc.
1. I want to change the help content. On click of help it should open a new popup with help content.
2. How do I add new options in it and if I do where do I put the functionality. e.g. If I want to add a new option say "Some Option". On click of that option an application say a popup jsp with some functionality should open. Where do I write the code to trigger the open of a new window.
Hello,
If you are using an AbstractPortalComponent there are methods to override the default behavior (including calling your jsp).
Take a look at doEdit() for personalization and doHelp() for the help link.
Hope this helps,
Marty
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Scroll down to the addOptions after clicking the below link:
http://help.sap.com/saphelp_nw2004s/helpdata/en/f6/aebf40b87e0366e10000000a1550b0/frameset.htm
Replace alert() with ur new javascript function which opens a window with a specified url.
Regards,
N.
Plz click a star if it helped.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
10 | |
10 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.