function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Reppin__505Reppin__505 

Modal Dialogs within Standard Objects Section

Hello,

 

I'm curious if it is possible to use a jQuery modal dialog box inside of a section of a Standard object, like the Account object.

 

So i have created a visualforce page and in this page there is a modal window that pops up based on user events. This visual force page will primarily rest inside of a section on the Account standard object.

 

However since these sections are iframes within the standard object page, i have no idea how to get the modal dialog from within the iframe/section to position on top of the parent page, the Account standard object page.

 

Has anyone successfully got this to work before?

bob_buzzardbob_buzzard

I doubt you'll be able to do this - the jquery dialogs are layers and browsers won't allow the content to be displayed outside of the page boundaries. As far as the browser is concerned, your iframe is separate page.