Pman.Download.js
authorAlan Knowles <alan@roojs.com>
Mon, 12 Nov 2012 07:14:37 +0000 (15:14 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 12 Nov 2012 07:14:37 +0000 (15:14 +0800)
Pman.Download.js

index 1f03077..551bd5a 100644 (file)
@@ -123,6 +123,8 @@ Roo.apply(Pman.Download.prototype, {
     // private
     form : false,
     
+    limit : 9999,
+    
     // private..
     createCsvFrame: function()
     {
@@ -236,7 +238,7 @@ Roo.apply(Pman.Download.prototype, {
         if (this.grid.loadMask) {
             this.grid.loadMask.onLoad();
         }
-        this.params.limit = 9999;
+        this.params.limit = this.limit;
         
         
     }