Skip to main content
Nintex Community Menu Bar
Question

Make popup takes up the full screen of the parent window

  • July 10, 2024
  • 2 replies
  • 4 views

Forum|alt.badge.img+5

I’m trying to put a VF page with a skuid page into an Account standard layout page.
However, the popup from the skuid page could only take up the iframe area.
What I expect is that the popup could take the fullscreen for the whole Account standard page.
Any idea to achieve this?
Thanks in advance
I tried

This topic has been closed for replies.

2 replies

Forum|alt.badge.img+10

Poc,

Would a redirect work in your scenario?  You could replace the pop up with a redirect URL to a Skuid page that replicates the same functions as your pop up.  Just pass the Id of the Account record to your Skuid page and add a button (or model action) that redirects back to your Account detail page.

Thanks,

Bill


Forum|alt.badge.img+10
  • Nintex Employee
  • July 10, 2024

Hi Poc. The popup won’t be able to extend outside of its Skuid page, because of the way your page is contained within the iframe.