Pman.Tab.AdminEnum.bjs
authorEdward <edward@roojs.com>
Thu, 4 Jun 2015 06:06:41 +0000 (14:06 +0800)
committerEdward <edward@roojs.com>
Thu, 4 Jun 2015 06:06:41 +0000 (14:06 +0800)
Pman.Tab.AdminEnum.js

Pman.Tab.AdminEnum.bjs
Pman.Tab.AdminEnum.js

index 22b007f..b2d8974 100644 (file)
             },
             {
              "listeners" : {
-              "|click" : "function()\n{\n    var s = _this.grid.getSelectionModel().getSelectedCell();\n    \n    if (!s.length)  {\n        Roo.MessageBox.alert(\"Error\", \"Select a Row\");\n        return;\n    }\n    \n    \n    //_this.dialog.show(s[0].data, function() {\n    //    _this.grid.footer.onClick('first');\n    //}); \n    \n}\n"
+              "|click" : "function()\n{\n    var s = _this.grid.getSelectionModel().getSelectedCell();\n    \n    if (!s.length)  {\n        Roo.MessageBox.alert(\"Error\", \"Select a Row\");\n        return;\n    }\n    \n    Roo.log(s);\n    \n    //_this.dialog.show(s[0].data, function() {\n    //    _this.grid.footer.onClick('first');\n    //}); \n    \n}\n"
              },
              "text" : "Merge Option",
              "xtype" : "Button",
index bad84a0..b4cf67b 100644 (file)
@@ -651,6 +651,7 @@ Pman.Tab.AdminEnum = new Roo.XComponent({
                     return;
                 }
                 
+                Roo.log(s);
                 
                 //_this.dialog.show(s[0].data, function() {
                 //    _this.grid.footer.onClick('first');