cancel
Showing results for 
Search instead for 
Did you mean: 

hiding the address bar during createExternalWindow

Former Member
0 Kudos

Hello all,

I am generating a URL to some content in Content Management Area and using: wdComponentAPI.getWindowManager().createExternalWindow(...)

to open an external Window. Is there someway I can hide/disable the address bar in IE, so as not allow the user to navigate to other content in the CM?

If that is not doable, can I some how make the url which shows up in the IE some what encrypted so that it (the URL) does not mimic the folder structure of the CM?

Thanks,

Asheesh

Accepted Solutions (1)

Accepted Solutions (1)

former_member182372
Active Contributor
0 Kudos

Hello Asheesh,

IWDWindow.removeWindowFeature(WDWindowFeature feature);

Use WDWindowFeature.MENU_BAR, WDWindowFeature.TOOL_BAR, WDWindowFeature.STATUS_BAR, WDWindowFeature.ADDRESS_BAR to remove different options of browser.

Best regards, Maksim Rashchynski.

Former Member
0 Kudos

Thank you Maksim. It worked just as I wanted!

Thanks,

Asheesh

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi mittal

Can u please send me the how u r passing the url of the content mnagement area, it ll be very useful. its very urgent.

Regards

Ram