Anoop Kovoor
Posts: 19
Joined: 2012-11-06
|
Hello,
We are currently trying to display ASPX page in Side Bar. ASPX page is displayed properly when we click on the button present in the Side Bar. But when the buttons are moved to the toolbar, we are unable to show the ASPX page in the side bar. Could you please provide any reference for how to get the current side bar displayed in IE in the click event of a button present in the Tool Bar and to display the ASPX page in the side bar.
Thanks! |
|
Andrei Smolin
Posts: 18552
Joined: 2006-05-11
|
Hello Anoop,
To access the IE module form the IE toolbar, use ADXIEToolbar.Module. As to finding the IE bar, please find this text in the manual: Calling a method defined in an ADXIEBar from code running in the IE Module.
The manual is the PDF file in the folder {Add-in Express}\Docs on your development PC.
Andrei Smolin
Add-in Express Team Leader |
|
Anoop Kovoor
Posts: 19
Joined: 2012-11-06
|
Andrei, Thank you very much! |
|