sync
[Pman.Admin] / Pman.Tab.AdminEnum.bjs
index d39aab8..bc8818a 100644 (file)
@@ -2,7 +2,7 @@
  "name" : "Pman.Tab.AdminEnum",
  "parent" : "Pman.Tab.Admin",
  "title" : "Pman.Tab.AdminEnum",
- "path" : "/home/benny/gitlive/web.hhyc_membership_system/Pman.Admin/Pman.Tab.AdminEnum.bjs",
+ "path" : "/home/alan/gitlive/Pman.Admin/Pman.Tab.AdminEnum.bjs",
  "permname" : "",
  "modOrder" : "500",
  "strings" : {
@@ -26,6 +26,9 @@
   "49ee3087348e8d44e1feda1917443987" : "Name",
   "d41d8cd98f00b204e9800998ecf8427e" : " "
  },
+ "named_strings" : {
+  "search_fieldLabel" : "13348442cc6a27032d2b4aa28b75a5d3"
+ },
  "items" : [
   {
    "xtype" : "NestedLayoutPanel",
        "listeners" : {
         "|activate" : "function() {\n    _this.panel = this;\n    if (_this.grid) {\n        _this.grid.footer.onClick('first');\n    }\n}"
        },
+       "fitToframe" : true,
        "background" : false,
        "region" : "center",
-       "fitToframe" : true,
        "title" : "Pulldown Options",
        "xtype" : "GridPanel",
        "$ xns" : "Roo",
             },
             {
              "listeners" : {
-              "|click" : "function()\n{\n    console.log(_this.grid);\n    console.log(_this.grid.getSelectionModel());\n    var s = _this.grid.getSelectionModel().getSelectedCell();\n    console.log(s);\n    if (!s.length)  {\n        Roo.MessageBox.alert(\"Error\", \"Select a Row\");\n        return;\n    }\n    console.log(_this.grid.ds);\n    var d = _this.grid.ds.getAt(s[0]);\n\n    Pman.Dialog.AdminEnumMerge.show(d.data, function() {\n        _this.grid.footer.onClick('refresh');\n    }); \n    \n}\n"
+              "|click" : "function()\n{\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    var d = _this.grid.ds.getAt(s[0]);\n    console.log(Pman.Dialog);\n    Pman.Dialog.AdminEnumMerge.show(d.data, function() {\n        _this.grid.footer.onClick('refresh');\n    }); \n    \n}\n"
              },
              "text" : "Merge Option",
              "xtype" : "Button",