Active
Project:
Popups API (Ajax Dialogs) [D7]
Version:
5.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Apr 2009 at 06:13 UTC
Updated:
22 Apr 2009 at 17:31 UTC
Would really appreciate if reloadWhenDone can be backported to D5. This is the only reason stopping me from using this great module. I made a pretty dumb attempt at replacing the function "Drupal.popups.formSuccess = function(data, options)" in popups.js with the version from 6.x-1.1-rc5(where reloadWhenDone was first introduced) but it did not work for me. The original page did not reload automatically upon form submit from the popup window.
Comments
Comment #1
drupdrips commentedI was able to get similar functionality as popup window with reloadWhenDone(upon form submit) using lightbox2 module. I already had lightbox2 loaded and in use with imagecache and CCK imagefield .. so I gave it a try and it worked exactly the way I wanted it.