Pman.Tab.BuilderDatabase.bjs
authorEdward <edward@roojs.com>
Fri, 9 May 2014 05:17:48 +0000 (13:17 +0800)
committerEdward <edward@roojs.com>
Fri, 9 May 2014 05:17:48 +0000 (13:17 +0800)
Pman.Tab.BuilderDatabase.js

Pman.Tab.BuilderDatabase.bjs
Pman.Tab.BuilderDatabase.js

index a1e339e..c5a6e41 100644 (file)
@@ -81,7 +81,7 @@
                                                         },
                                                         {
                                                             "listeners": {
-                                                                "click": "function (_self, e)\n{\n    new Pman.Request({\n        method: 'GET',\n        url: baseURL + '/Roo/Builder_tables.php',\n        params : {\n             _sync : 1\n        }\n    });\n        \n}"
+                                                                "click": "function (_self, e)\n{\n    \n}"
                                                             },
                                                             "text": "Export DATA",
                                                             "xtype": "Item",
index 35ee519..2ddee9e 100644 (file)
@@ -95,14 +95,7 @@ Pman.Tab.BuilderDatabase = new Roo.XComponent({
                                                 listeners : {
                                                     click : function (_self, e)
                                                     {
-                                                        new Pman.Request({
-                                                            method: 'GET',
-                                                            url: baseURL + '/Roo/Builder_tables.php',
-                                                            params : {
-                                                                 _sync : 1
-                                                            }
-                                                        });
-                                                            
+                                                        
                                                     }
                                                 },
                                                 text : "Export DATA"