Pman.Dialog.AdminEnumImages.bjs
[Pman.Admin] / Pman.Dialog.AdminEnumImages.bjs
index a6e93c6..a331f31 100644 (file)
           },
           {
            "listeners" : {
-            "|click" : "function()\n{\n    var s = _this.grid.getSelectionModel().getSelections();\n    console.log(s);\n    if (!s || s.length != 1) {\n        Roo.MessageBox.alert(\"Error\", \"Select a single image to edit\");\n       return;\n     }\n     var data = _this.grid.getDataSource().getById(s[0].data.id).data;\n    \n             Pman.Dialog.Image.show(data, function() {\n                _this.grid.footer.onClick('first');\n               });\n            \n        }\n        "
+            "|click" : "function()\n{\n    var s = _this.grid.getSelectionModel().getSelections();\n    \n    if (!s || s.length != 1) {\n        Roo.MessageBox.alert(\"Error\", \"Select a single image to edit\");\n       return;\n     }\n     var data = _this.grid.getDataSource().getById(s[0].data.id).data;\n    console.log(data);\n             Pman.Dialog.Image.show(data, function() {\n                _this.grid.footer.onClick('first');\n               });\n            \n        }\n        "
            },
            "text" : "Edit",
            "xtype" : "Button",