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
Ravi NarayananRavi Narayanan 

Pop Up display in VF using OutputPanel

Hi Guys,

I have a requirement where the user click on a button and then a Pop should open which displays the related records.

So basically i am using Output Panel for showing this Pop . As soon as user click the command Link, it calls a method in my Apex Classs and a query will return some values and i am displaying those results in the Pop up OutputPanel.

But the above process takes more time for opening the Popup as well closing the window.

Is there any other way by which we can achieve the above functionality ? For Example using angular js something like that ....

Please help . thanks ! 

Richa KRicha K
You can use jQuery lightbox ... More details here: http://www.jacklmoore.com/colorbox/
Rahul SharmaRahul Sharma
For such requirement, I use jQuery dialogs (http://jqueryui.com/dialog/" target="_blank)!