Pman.Tab.XtupleSalesOrder.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 19 Feb 2014 05:54:45 +0000 (13:54 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 19 Feb 2014 05:54:45 +0000 (13:54 +0800)
Pman.Tab.XtupleSalesOrder.js

Pman.Tab.XtupleSalesOrder.bjs
Pman.Tab.XtupleSalesOrder.js

index 75d9327..a78109e 100644 (file)
@@ -99,7 +99,7 @@
                                             "items": [
                                                 {
                                                     "listeners": {
-                                                        "click": "function ()\n{\n    new Pman.Download({\n        grid : _this.grid\n    });     \n   \n}"
+                                                        "click": "function ()\n{\n    new Pman.Download({\n        grid : _this.grid,\n        newWindow : true,\n        method : 'POST'\n    });     \n   \n}"
                                                     },
                                                     "cls": "x-btn-text-icon",
                                                     "text": "Download Results",
index 51ab3ac..4771d4b 100644 (file)
@@ -165,7 +165,9 @@ Pman.Tab.XtupleSalesOrder = new Roo.XComponent({
                                             click : function ()
                                             {
                                                 new Pman.Download({
-                                                    grid : _this.grid
+                                                    grid : _this.grid,
+                                                    newWindow : true,
+                                                    method : 'POST'
                                                 });     
                                                
                                             }