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
jyotijyoti 

Overlay window on Account page using a VisualForce page

We have a custom button on the Account page that calls a series of VisualForce pages ("Wizard") which currently opens in a new window.  Since the content on each of the pages of the "Wizard" is very limited (not more than half a page), we were hoping to somehow have the window pop up the way a multi-select picklist does in Salesforce using in-line editing.  That is, when you double click on a multi-select field, a new window pops up, the background goes gray and you must select values and hit Save or Cancel in order to proceed with any other actions on the record.

Is it possible to emulate this functionality?