fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [15870]


From: nelson . guerra
Subject: [Fmsystem-commits] [15870]
Date: Fri, 21 Oct 2016 02:24:43 +0000 (UTC)

Revision: 15870
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15870
Author:   nelson224
Date:     2016-10-21 02:24:43 +0000 (Fri, 21 Oct 2016)
Log Message:
-----------


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

Modified: branches/dev-syncromind-2/property/js/portico/entity.edit.js
===================================================================
--- branches/dev-syncromind-2/property/js/portico/entity.edit.js        
2016-10-21 02:24:32 UTC (rev 15869)
+++ branches/dev-syncromind-2/property/js/portico/entity.edit.js        
2016-10-21 02:24:43 UTC (rev 15870)
@@ -1,8 +1,15 @@
 
 this.fileuploader = function ()
 {
-       var sUrl = phpGWLink('index.php', fileuploader_action);
-       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
+       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: 650, height: 
600, fixed: false, maskid: 'darkmask', maskopacity: 40, mask: true, animate: 
true,
+               close: true,
+               closejs: function ()
+               {
+                       refresh_files()
+               }
+       });     
 };
 
 this.refresh_files = function ()




reply via email to

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