Jump to content

Hi guys, Using workbench template, when i select the page from the side panel, its opening in new window instead of opening in the canvas. Can someone please help me on this? Thank you.


Merin Joseph
Go to solution Solved by David Beagan ,

Recommended Posts

  • Solution

I was able to get it to run in the collaborative portal without opening a new window. I created a fex that runs the designer page. Then from the colaborative portal run the fex. The trick is the fex to run the desinger page:

-HTMLFORM BEGIN
<!DOCTYPE html>
<body onload="document.f1.submit();">
<form name="f1" action="/ibi_apps/run.bip" target="if1">
<input type="hidden" name="BIP_REQUEST_TYPE" value="BIP_RUN">
<input type="hidden" name="BIP_folder" value="IBFS:/WFC/Repository/wspace">
<input type="hidden" name="BIP_item" value="selects">
<iframe name="if1" src="" style="position:absolute;height:100%;width:100%;top:0;left:0;border:none">
</iframe>
</form>
</body></html>
-HTMLFORM END

You will fill in the BIP_folder value and BIP_item value for your designer page.

Edited by David Beagan
Corected code that was mashed together in migration from the previous forum.
  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...