Active
Project:
Popups API (Ajax Dialogs) [D7]
Version:
6.x-1.3
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
13 Nov 2009 at 07:17 UTC
Updated:
17 Feb 2010 at 07:10 UTC
Im using version 6.x-1.3 of popups modules.
I've applied "popup" class to the links which I want to display in popup. Everything works fine but I want to refresh the parent window automatically . Is there any class which I can add for auto refreshing the parent window.
Regards,
Comments
Comment #1
drupalhooked commentedIssue resolved
Comment #2
wip75 commentedhello, how did you do that?
Comment #3
pierre_cotiniere commentedIn the README.txt, there is :
Here are the classes that you can use:
class="popups" requests an informational popup (or a form that doesn't want ajax processing).
class="popups-form" requests a popup with a form that modifies the content of the original page.
class="popups-form-reload" requests a popup with a form, and reloads the entire page when done.
class="popups-form-noupdate" requests a popup with a form, and leaves the original page as-is.
So you must use the class "popups-form-reload", it works on my instance.
Comment #4
rakeshakurathi commentedi m using automodal class i want to refresh a page when the page is closed.....
Comment #5
kristen polI tried using popups and popups-form-reload and my parent page does not reload. I also tried passing in:
reloadWhenDone:true
to the options.
I'm on FF.
Any ideas?
===
Update
It works for one form I tried but not for the login form.
====
Final Update!
Okay... figured out what was not letting it reload... I had the width of the popup specified in the options. Once I took that out, the reload worked. Hopefully this will help someone!
Thanks,
Kristen