Pman.Dialog.BuilderAddTable.bjs
authorAlan Knowles <alan@akbkhome.com>
Tue, 25 Oct 2011 08:01:44 +0000 (16:01 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 25 Oct 2011 08:01:44 +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 092c6be..79c6d65 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     Roo.log(ret);\n     _this.callback(ret);\n     _this.dialog.hide();\n\n}"
                     },
                     "*prop": "buttons[]",
                     "text": "Next",
index ac7b851..b4e9b73 100644 (file)
@@ -259,7 +259,7 @@ Pman.Dialog.BuilderAddTable = {
                                  }
                         
                              });
-                             
+                             Roo.log(ret);
                              _this.callback(ret);
                              _this.dialog.hide();