on 2006 Aug 04 8:07 AM
Hi,
I want to remove the address bar and other functionalities from the browser of an external window called from webdynpro. Could you tell me how to do this.
Regards,
Jayant.
Hi,
Something like this:
//Do this before opening the window.
IWDWindow win = wdComponentAPI.getWindowManager().
createNonModalExternalWindow("url","title");
win.removeWindowFeature(WDWindowFeature.ADDRESS_BAR);
//Check out the WDWindowFeature class for more features.
Regards,
Satyajit.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
.
Message was edited by: Arun Bhat J
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
69 | |
13 | |
10 | |
10 | |
9 | |
9 | |
6 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.