Pman.Dialog.BuilderAddTable.bjs
authorAlan Knowles <alan@akbkhome.com>
Tue, 25 Oct 2011 08:01:38 +0000 (16:01 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 25 Oct 2011 08:01:38 +0000 (16:01 +0800)
Pman.Dialog.BuilderAddTable.bjs
Pman.Dialog.BuilderAddTable.js
Pman.Dialog.BuilderAddTable.js

Pman.Dialog.BuilderAddTable.bjs
Pman.Dialog.BuilderAddTable.js

index 6637803..092c6be 100644 (file)
                 },
                 {
                     "listeners": {
-                        "click": "function (_self, e)\n{\n     var ret = Roo.apply({ cols : [], cols_ex: [] },  _this.data);\n     \n     _this.grid.ds.each(function(r) {\n     \n        if (r.data.use*1) {\n                ret.cols.push(r.data);\n        }\n         if (r.data.use_ex*1) {\n             ret.cols_ex.push( r.data.column );\n         }\n\n     })\n     \n     _this.callback(ret);\n     _this.dialog.hide();\n\n}"
+                        "click": "function (_self, e)\n{\n     var ret = Roo.apply({ cols : [], cols_ex: [] },  _this.data);\n     \n     _this.grid.ds.each(function(r) {\n     \n        if (r.data.use*1) {\n                ret.cols.push(r.data);\n        }\n         if (r.data.use_ex*1) {\n             ret.cols_ex.push( r.data.column );\n         }\n\n     });\n     \n     _this.callback(ret);\n     _this.dialog.hide();\n\n}"
                     },
                     "*prop": "buttons[]",
                     "text": "Next",
index dc62460..ac7b851 100644 (file)
@@ -258,7 +258,7 @@ Pman.Dialog.BuilderAddTable = {
                                      ret.cols_ex.push( r.data.column );
                                  }
                         
-                             })
+                             });
                              
                              _this.callback(ret);
                              _this.dialog.hide();