fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [15878]


From: nelson . guerra
Subject: [Fmsystem-commits] [15878]
Date: Sat, 22 Oct 2016 01:23:38 +0000 (UTC)

Revision: 15878
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15878
Author:   nelson224
Date:     2016-10-22 01:23:38 +0000 (Sat, 22 Oct 2016)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind-2/property/js/portico/condition_survey_edit.js

Modified: branches/dev-syncromind-2/property/js/portico/condition_survey_edit.js
===================================================================
--- branches/dev-syncromind-2/property/js/portico/condition_survey_edit.js      
2016-10-22 01:23:22 UTC (rev 15877)
+++ branches/dev-syncromind-2/property/js/portico/condition_survey_edit.js      
2016-10-22 01:23:38 UTC (rev 15878)
@@ -9,11 +9,17 @@
 
 this.fileuploader = function ()
 {
-       var requestUrl = phpGWLink('index.php', fileuploader_action);
-       TINY.box.show({iframe: requestUrl, boxid: 'frameless', width: 750, 
height: 450, fixed: false, maskid: 'darkmask', maskopacity: 40, mask: true, 
animate: true, close: true});
+       var sUrl = phpGWLink('index.php', multi_upload_parans);
+       //TINY.box.show({iframe: sUrl, boxid: "frameless", width: 750, height: 
450, fixed: false, maskid: "darkmask", maskopacity: 40, mask: true, animate: 
true, close: true}); //refresh_files is called after upload
+       TINY.box.show({iframe: sUrl, boxid: 'frameless', width: 750, height: 
450, fixed: false, maskid: 'darkmask', maskopacity: 40, mask: true, animate: 
true,
+               close: true,
+               closejs: function ()
+               {
+                       refresh_files()
+               }
+       });     
 }
 
-
 function refresh_files()
 {
        var oArgs = {menuaction: 'property.uicondition_survey.get_files', id: 
survey_id};




reply via email to

[Prev in Thread] Current Thread [Next in Thread]