Displaying ASPX page in Side Bar

Add-in Express™ Support Service
That's what is more important than anything else

Displaying ASPX page in Side Bar
Displaying ASPX page in Side Bar 
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!
Posted 22 Jul, 2013 15:10:05 Top
Andrei Smolin


Add-in Express team


Posts: 18793
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
Posted 24 Jul, 2013 08:50:05 Top
Anoop Kovoor




Posts: 19
Joined: 2012-11-06
Andrei, Thank you very much!
Posted 26 Jul, 2013 05:03:02 Top