Focal Point
[SOLVED]WF8 - BIP - How to Load Panel 2 From Panel 1 From HTML?

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/6897095086

February 03, 2016, 05:34 PM
WFConsultant
[SOLVED]WF8 - BIP - How to Load Panel 2 From Panel 1 From HTML?
I have seen the following post and I have tested its functionality. This post details the usage of the newly introduced JavaScript function, navigateToPage. It works.

http://forums.informationbuild...447083976#7447083976

However, I am trying to use the function, navigateToPage, from a HTML page instead of a HTML created by a fex as suggested in the above post. Please let us know if it is possible. Thank you.

This message has been edited. Last edited by: <Emily McAllister>,


WebFOCUS 8207.11
App Studio 8207
February 04, 2016, 11:27 AM
WFConsultant
I have figured out a way.

First, I have used BipIframeInterface.refresh function to pass the parameters.

Then I have used the following call to go to the page.

parent.BipIframeInterface.navigateToPage('targetBIPortalPage');


WebFOCUS 8207.11
App Studio 8207