fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13140] uialarm.index.js


From: Saul
Subject: [Fmsystem-commits] [13140] uialarm.index.js
Date: Mon, 04 May 2015 22:57:36 +0000

Revision: 13140
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13140
Author:   psaul
Date:     2015-05-04 22:57:35 +0000 (Mon, 04 May 2015)
Log Message:
-----------
uialarm.index.js

Added Paths:
-----------
    branches/dev-syncromind/property/js/portico/uialarm.index.js

Added: branches/dev-syncromind/property/js/portico/uialarm.index.js
===================================================================
--- branches/dev-syncromind/property/js/portico/uialarm.index.js                
                (rev 0)
+++ branches/dev-syncromind/property/js/portico/uialarm.index.js        
2015-05-04 22:57:35 UTC (rev 13140)
@@ -0,0 +1,24 @@
+/* 
+ * To change this license header, choose License Headers in Project Properties.
+ * To change this template file, choose Tools | Templates
+ * and open the template in the editor.
+ */
+var sUrl_alarm = phpGWLink('index.php', {'menuaction': 
'property.uialarm.edit_alarm'});
+
+onActionsClick_Toolbar=function(type, ids){
+ 
+    $.ajax({
+            type: 'POST',
+            dataType: 'json',
+            url: ""+ sUrl_alarm +"&phpgw_return_as=json",
+            data:{ids:ids,type:type},
+            success: function(data) {
+                    if( data != null)
+                    {
+
+                    }
+            }
+    });
+}
+
+




reply via email to

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