Pman.Tab.AdminEnum.bjs
authorEdward <edward@roojs.com>
Thu, 25 Jun 2015 09:17:43 +0000 (17:17 +0800)
committerEdward <edward@roojs.com>
Thu, 25 Jun 2015 09:17:43 +0000 (17:17 +0800)
Pman.Tab.AdminEnum.js

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

index f5e46aa..421ad17 100644 (file)
@@ -7,6 +7,7 @@
  "modOrder" : "500",
  "strings" : {
   "2df80d5febcde0c10a66818488622b7c" : "Pulldown Options",
+  "13348442cc6a27032d2b4aa28b75a5d3" : "Search",
   "d1228f5476d15142b1358ae4b5fa2454" : "Order #",
   "fdff10eac021dfbb69e9c38204237fdc" : "Add new pulldown list",
   "1206eb8aea05be4625371c9c12818785" : "Pulldown",
@@ -28,8 +29,8 @@
  "items" : [
   {
    "xtype" : "NestedLayoutPanel",
-   "$ xns" : "Roo",
    "String region" : "center",
+   "$ xns" : "Roo",
    "String title" : "Pulldown Options",
    "items" : [
     {
@@ -63,8 +64,8 @@
         {
          "listeners" : {
           "beforeedit" : "function (e)\n{\n    if(e.field == 'name' && e.record.data.is_system_enum*1 == 1){\n        return false;\n    }\n}",
-          "cellclick" : "function (_self, rowIndex, columnIndex, e)\n{\n\n        var di = this.colModel.getDataIndex(columnIndex);\n        if (di != 'active') {\n            return;\n        }\n         \n        var rec = _this.grid.ds.getAt(rowIndex);\n        \n        rec.set('active', rec.data.active ? 0 : 1);\n        rec.commit();\n         \n        \n}",
           "|render" : "function() \n{\n    _this.egrid = this; \n    //_this.dialog = Pman.Dialog.FILL_IN\n    if (_this.epanel.active) {\n       this.footer.onClick('first');\n    }\n}",
+          "cellclick" : "function (_self, rowIndex, columnIndex, e)\n{\n\n        var di = this.colModel.getDataIndex(columnIndex);\n        if (di != 'active') {\n            return;\n        }\n         \n        var rec = _this.grid.ds.getAt(rowIndex);\n        \n        rec.set('active', rec.data.active ? 0 : 1);\n        rec.commit();\n         \n        \n}",
           "celldblclick" : "function (_self, rowIndex, columnIndex, e)\n{\n    var rec = _this.egrid.ds.getAt(rowIndex);\n    Pman.Dialog.AdminEnumType.show(rec.data,function(){\n        \n        _this.egrid.footer.onClick('first');\n    });\n}",
           "afteredit" : "function (e)\n{\n   e.record.commit();     \n}"
          },
@@ -88,8 +89,8 @@
            "items" : [
             {
              "$ url" : "baseURL + '/Roo/core_enum.php'",
-             "xtype" : "HttpProxy",
              "method" : "GET",
+             "xtype" : "HttpProxy",
              "$ xns" : "Roo.data",
              "* prop" : "proxy"
             },
           },
           {
            "xtype" : "ColumnModel",
-           "header" : "Pulldown",
            "width" : 200,
+           "header" : "Pulldown",
            "$ renderer" : "function(v,x,r) { \n\n\n    return String.format('<span qtip=\"{1}\">{0}</span>', (''+v).length ? v : r.data.name, r.data.name); \n}",
            "$ xns" : "Roo.grid",
            "* prop" : "colModel[]",
           },
           {
            "xtype" : "ColumnModel",
-           "header" : "Active",
            "width" : 50,
+           "header" : "Active",
            "$ renderer" : "function(v) {  \n    var state = v> 0 ?  '-checked' : '';\n\n    return '<img class=\"x-grid-check-icon' + state + '\" src=\"' + Roo.BLANK_IMAGE_URL + '\"/>';\n                \n }",
            "$ xns" : "Roo.grid",
            "* prop" : "colModel[]",
        "listeners" : {
         "|activate" : "function() {\n    _this.panel = this;\n    if (_this.grid) {\n        _this.grid.footer.onClick('first');\n    }\n}"
        },
+       "background" : false,
        "region" : "center",
        "fitToframe" : true,
-       "background" : false,
        "title" : "Pulldown Options",
        "xtype" : "GridPanel",
        "$ xns" : "Roo",
            "items" : [
             {
              "$ url" : "baseURL + '/Roo/core_enum.php'",
-             "method" : "GET",
              "xtype" : "HttpProxy",
+             "method" : "GET",
              "$ xns" : "Roo.data",
              "* prop" : "proxy"
             },
           },
           {
            "xtype" : "ColumnModel",
-           "width" : 75,
            "header" : "Internal #",
+           "width" : 75,
            "$ renderer" : "function(v,x,r) { \n    var fmt = '{0}';\n    if (r.selected) {\n        fmt = '<span style=\"color:orange;font-weight:bold;\">{0}</span>';\n    }\n    return String.format(fmt, v); }",
            "$ xns" : "Roo.grid",
            "Boolean sortable" : true,
           },
           {
            "xtype" : "ColumnModel",
-           "width" : 75,
            "header" : "Image",
+           "width" : 75,
            "$ renderer" : "function(v,x,r) { return String.format('<img src=\"{0}/Images/Thumb/25/{1}/{2}\" width=\"25\" height=\"25\">', baseURL, v, r.data.images_id_filename); }",
            "$ xns" : "Roo.grid",
            "* prop" : "colModel[]",
           },
           {
            "xtype" : "ColumnModel",
-           "header" : "Name",
            "width" : 200,
+           "header" : "Name",
            "$ renderer" : "function(v) { return String.format('{0}', v); }",
            "$ xns" : "Roo.grid",
            "Boolean sortable" : true,
           },
           {
            "xtype" : "ColumnModel",
-           "width" : 200,
            "header" : "Display Name",
+           "width" : 200,
            "$ renderer" : "function(v) { return String.format('{0}', v); }",
            "$ xns" : "Roo.grid",
            "Boolean sortable" : true,
           },
           {
            "xtype" : "ColumnModel",
-           "width" : 75,
            "header" : "Active",
+           "width" : 75,
            "$ renderer" : "function(v) {  \n    var state = v> 0 ?  '-checked' : '';\n\n    return '<img class=\"x-grid-check-icon' + state + '\" src=\"' + Roo.BLANK_IMAGE_URL + '\"/>';\n                \n }",
            "$ xns" : "Roo.grid",
            "Boolean sortable" : true,
index b9ee4da..883cec3 100644 (file)
@@ -8,6 +8,7 @@ Pman.Tab.AdminEnum = new Roo.XComponent({
 
  _strings : {
   '2df80d5febcde0c10a66818488622b7c' :"Pulldown Options",
+  '13348442cc6a27032d2b4aa28b75a5d3' :"Search",
   'd1228f5476d15142b1358ae4b5fa2454' :"Order #",
   'fdff10eac021dfbb69e9c38204237fdc' :"Add new pulldown list",
   '1206eb8aea05be4625371c9c12818785' :"Pulldown",
@@ -39,197 +40,51 @@ Pman.Tab.AdminEnum = new Roo.XComponent({
    var _this = this;
    var MODULE = this;
    return {
+   region : 'center',
+   title : _this._strings['2df80d5febcde0c10a66818488622b7c'] /* Pulldown Options */,
+   xns : Roo,
+   '|xns' : 'Roo',
+   xtype : 'NestedLayoutPanel',
    layout : {
-    west : {
+    xns : Roo,
+    '|xns' : 'Roo',
+    xtype : 'BorderLayout',
+    center : {
+     xns : Roo,
      '|xns' : 'Roo',
+     xtype : 'LayoutRegion'
+    },
+    west : {
      split : true,
      width : 200,
      xns : Roo,
-     xtype : 'LayoutRegion'
-    },
-    center : {
      '|xns' : 'Roo',
-     xns : Roo,
      xtype : 'LayoutRegion'
     },
-    '|xns' : 'Roo',
-    xns : Roo,
-    xtype : 'BorderLayout',
-    items : [
+    items  : [
      {
-      grid : {
-       dataSource : {
-        proxy : {
-         '|xns' : 'Roo.data',
-         method : 'GET',
-         url : baseURL + '/Roo/core_enum.php',
-         xns : Roo.data,
-         xtype : 'HttpProxy'
-        },
-        reader : {
-         '|xns' : 'Roo.data',
-         fields : [
-             {
-                 'name': 'id',
-                 'type': 'int'
-             },
-             {
-                 'name': 'etype',
-                 'type': 'string'
-             },
-             {
-                 'name': 'name',
-                 'type': 'string'
-             },
-             {
-                 'name': 'active',
-                 'type': 'int'
-             },
-             {
-                 'name': 'seqid',
-                 'type': 'int'
-             }
-         ],
-         id : 'id',
-         root : 'data',
-         totalProperty : 'total',
-         xns : Roo.data,
-         xtype : 'JsonReader'
-        },
-        '|xns' : 'Roo.data',
-        remoteSort : true,
-        sortInfo : { field : 'etype', direction: 'ASC' },
-        xns : Roo.data,
-        xtype : 'Store',
-        listeners : {
-         beforeload : function (_self, o)
-          {
-              o.params['query[empty_etype]'] = 1; 
-            
-          },
-         update : function (_self, record, operation)
-          {
-              if (operation != Roo.data.Record.COMMIT) {
-                  return;
-              }
-              // got commit..
-              new Pman.Request({
-                  url : baseURL + '/Roo/Core_enum.php',
-                  method : 'POST',
-                  params : {
-                      id : record.data.id,
-                      etype : _this.grid.ds.getById(record.id).data.etype,
-                      name : record.data.name,
-                      active : record.data.active,
-                      seqid : record.data.seqid,
-                      display_name : record.data.display_name
-                  }, 
-                  success : function(res) {
-                      //Roo.log(data);
-                      // update the ID if it's not set..
-                      if (record.data.id * 1 < 1) {
-                          record.set('id', res.data.id);
-                      }
-                  }
-              });
-              
-          }
-        },
-        items : [
-
-        ]
-
-       },
-       sm : {
-        '|xns' : 'Roo.grid',
-        xns : Roo.grid,
-        xtype : 'CellSelectionModel',
-        listeners : {
-         selectionchange : function (_self, selection)
-          {
-              _this.grid.footer.onClick('first');
-          }
+      background : false,
+      region : 'west',
+      tableName : 'core_enum',
+      title : _this._strings['2df80d5febcde0c10a66818488622b7c'] /* Pulldown Options */,
+      xns : Roo,
+      '|xns' : 'Roo',
+      xtype : 'GridPanel',
+      listeners : {
+       activate : function() {
+            _this.epanel = this;
+            //if (_this.egrid) {
+            //    _this.egrid.footer.onClick('first');
+            //}
         }
-       },
-       footer : {
-        '|xns' : 'Roo',
-        displayInfo : false,
-        displayMsg : _this._strings['7215ee9c7d9dc229d2921a40e899ec5f'],
-        emptyMsg : _this._strings['1ba4d808fc7b27a7f60ce2ff75a8af3a'],
-        pageSize : 100,
-        xns : Roo,
-        xtype : 'PagingToolbar'
-       },
-       toolbar : {
-        '|xns' : 'Roo',
-        xns : Roo,
-        xtype : 'Toolbar',
-        items : [
-         {
-          '|xns' : 'Roo.Toolbar',
-          cls : 'x-btn-text-icon',
-          icon : Roo.rootURL + 'images/default/dd/drop-add.gif',
-          text : _this._strings['fdff10eac021dfbb69e9c38204237fdc'],
-          xns : Roo.Toolbar,
-          xtype : 'Button',
-          listeners : {
-           click : function()
-            {
-                
-                var data = {
-                    active:1,
-                    display_name:'',
-                    etype:'',
-                    name:''
-                };
-                Pman.Dialog.AdminEnumType.show(data,function(){
-                    
-                    _this.egrid.footer.onClick('first');
-                });
-                     
-                     
-            
-            }
-          }
-         }
-        ]
-
-       },
-       '|xns' : 'Roo.grid',
+      },
+      grid : {
        autoExpandColumn : 'display_name',
        clicksToEdit : 1,
        loadMask : true,
        xns : Roo.grid,
+       '|xns' : 'Roo.grid',
        xtype : 'EditorGrid',
-       colModel : [
-         {
-          '|xns' : 'Roo.grid',
-          dataIndex : 'display_name',
-          header : _this._strings['1206eb8aea05be4625371c9c12818785'],
-          renderer : function(v,x,r) { 
-          
-          
-              return String.format('<span qtip="{1}">{0}</span>', (''+v).length ? v : r.data.name, r.data.name); 
-          },
-          width : 200,
-          xns : Roo.grid,
-          xtype : 'ColumnModel'
-         },
-{
-          '|xns' : 'Roo.grid',
-          dataIndex : 'active',
-          header : _this._strings['4d3d769b812b6faa6b76e1a8abaece2d'],
-          renderer : function(v) {  
-              var state = v> 0 ?  '-checked' : '';
-          
-              return '<img class="x-grid-check-icon' + state + '" src="' + Roo.BLANK_IMAGE_URL + '"/>';
-                          
-           },
-          width : 50,
-          xns : Roo.grid,
-          xtype : 'ColumnModel'
-         }
-       ],
        listeners : {
         afteredit : function (e)
          {
@@ -273,43 +128,97 @@ Pman.Tab.AdminEnum = new Roo.XComponent({
              }
          }
        },
-       items : [
-
-       ]
-
-      },
-      '|xns' : 'Roo',
-      background : false,
-      region : 'west',
-      tableName : 'core_enum',
-      title : _this._strings['2df80d5febcde0c10a66818488622b7c'],
-      xns : Roo,
-      xtype : 'GridPanel',
-      listeners : {
-       activate : function() {
-            _this.epanel = this;
-            //if (_this.egrid) {
-            //    _this.egrid.footer.onClick('first');
-            //}
-        }
-      },
-      items : [
-
-      ]
-
-     },
-     {
-      grid : {
+       footer : {
+        displayInfo : false,
+        displayMsg : _this._strings['7215ee9c7d9dc229d2921a40e899ec5f'] /*   */,
+        emptyMsg : _this._strings['1ba4d808fc7b27a7f60ce2ff75a8af3a'] /* No core_enum found */,
+        pageSize : 100,
+        xns : Roo,
+        '|xns' : 'Roo',
+        xtype : 'PagingToolbar'
+       },
+       toolbar : {
+        xns : Roo,
+        '|xns' : 'Roo',
+        xtype : 'Toolbar',
+        items  : [
+         {
+          cls : 'x-btn-text-icon',
+          icon : Roo.rootURL + 'images/default/dd/drop-add.gif',
+          text : _this._strings['fdff10eac021dfbb69e9c38204237fdc'] /* Add new pulldown list */,
+          xns : Roo.Toolbar,
+          '|xns' : 'Roo.Toolbar',
+          xtype : 'Button',
+          listeners : {
+           click : function()
+            {
+                
+                var data = {
+                    active:1,
+                    display_name:'',
+                    etype:'',
+                    name:''
+                };
+                Pman.Dialog.AdminEnumType.show(data,function(){
+                    
+                    _this.egrid.footer.onClick('first');
+                });
+                     
+                     
+            
+            }
+          }
+         }
+        ]
+       },
        dataSource : {
+        remoteSort : true,
+        sortInfo : { field : 'etype', direction: 'ASC' },
+        xns : Roo.data,
+        '|xns' : 'Roo.data',
+        xtype : 'Store',
+        listeners : {
+         beforeload : function (_self, o)
+          {
+              o.params['query[empty_etype]'] = 1; 
+            
+          },
+         update : function (_self, record, operation)
+          {
+              if (operation != Roo.data.Record.COMMIT) {
+                  return;
+              }
+              // got commit..
+              new Pman.Request({
+                  url : baseURL + '/Roo/Core_enum.php',
+                  method : 'POST',
+                  params : {
+                      id : record.data.id,
+                      etype : _this.grid.ds.getById(record.id).data.etype,
+                      name : record.data.name,
+                      active : record.data.active,
+                      seqid : record.data.seqid,
+                      display_name : record.data.display_name
+                  }, 
+                  success : function(res) {
+                      //Roo.log(data);
+                      // update the ID if it's not set..
+                      if (record.data.id * 1 < 1) {
+                          record.set('id', res.data.id);
+                      }
+                  }
+              });
+              
+          }
+        },
         proxy : {
-         '|xns' : 'Roo.data',
          method : 'GET',
          url : baseURL + '/Roo/core_enum.php',
          xns : Roo.data,
+         '|xns' : 'Roo.data',
          xtype : 'HttpProxy'
         },
         reader : {
-         '|xns' : 'Roo.data',
          fields : [
              {
                  'name': 'id',
@@ -336,77 +245,162 @@ Pman.Tab.AdminEnum = new Roo.XComponent({
          root : 'data',
          totalProperty : 'total',
          xns : Roo.data,
+         '|xns' : 'Roo.data',
          xtype : 'JsonReader'
-        },
-        '|xns' : 'Roo.data',
-        remoteSort : true,
-        sortInfo : { field : 'etype', direction: 'ASC' },
-        xns : Roo.data,
-        xtype : 'Store',
+        }
+       },
+       sm : {
+        xns : Roo.grid,
+        '|xns' : 'Roo.grid',
+        xtype : 'CellSelectionModel',
         listeners : {
-         beforeload : function (_self, options)
-          {
-          
-              var s =     _this.egrid.getSelectionModel().getSelectedCell();
-              
-          
-              if (!s) {
-                  return false;
-              }
-              var d = _this.egrid.dataSource.getAt(s[0]);
-              
-              options.params.etype = d.data.name;
-              options.params['query[search]'] = _this.searchBox.getValue();
-              if (!options.params.etype.length) {
-                  return false;
-              }
-          },
-         update : function (_self, record, operation)
+         selectionchange : function (_self, selection)
           {
-              if (operation != Roo.data.Record.COMMIT) {
-                  return;
-              }
-              // got commit..
-              new Pman.Request({
-                  url : baseURL + '/Roo/Core_enum.php',
-                  method : 'POST',
-                  params : {
-                      id : record.data.id,
-                      etype : _this.grid.ds.getById(record.id).data.etype,
-                      name : record.data.name,
-                      active : record.data.active,
-                      seqid : record.data.seqid,
-                      display_name : record.data.display_name
-                  }, 
-                  success : function(res) {
-                      //Roo.log(data);
-                      // update the ID if it's not set..
-                      if (record.data.id * 1 < 1) {
-                          record.set('id', res.data.id);
-                      }
-                  }
-              });
-              
+              _this.grid.footer.onClick('first');
           }
+        }
+       },
+       colModel : [
+        {
+         dataIndex : 'display_name',
+         header : _this._strings['1206eb8aea05be4625371c9c12818785'] /* Pulldown */,
+         renderer : function(v,x,r) { 
+         
+         
+             return String.format('<span qtip="{1}">{0}</span>', (''+v).length ? v : r.data.name, r.data.name); 
+         },
+         width : 200,
+         xns : Roo.grid,
+         '|xns' : 'Roo.grid',
+         xtype : 'ColumnModel'
         },
-        items : [
-
-        ]
-
+        {
+         dataIndex : 'active',
+         header : _this._strings['4d3d769b812b6faa6b76e1a8abaece2d'] /* Active */,
+         renderer : function(v) {  
+             var state = v> 0 ?  '-checked' : '';
+         
+             return '<img class="x-grid-check-icon' + state + '" src="' + Roo.BLANK_IMAGE_URL + '"/>';
+                         
+          },
+         width : 50,
+         xns : Roo.grid,
+         '|xns' : 'Roo.grid',
+         xtype : 'ColumnModel'
+        }
+       ]
+      }
+     },
+     {
+      background : false,
+      fitToframe : true,
+      region : 'center',
+      tableName : 'core_enum',
+      title : _this._strings['2df80d5febcde0c10a66818488622b7c'] /* Pulldown Options */,
+      xns : Roo,
+      '|xns' : 'Roo',
+      xtype : 'GridPanel',
+      listeners : {
+       activate : function() {
+            _this.panel = this;
+            if (_this.grid) {
+                _this.grid.footer.onClick('first');
+            }
+        }
+      },
+      grid : {
+       autoExpandColumn : 'display_name',
+       clicksToEdit : 1,
+       loadMask : true,
+       xns : Roo.grid,
+       '|xns' : 'Roo.grid',
+       xtype : 'EditorGrid',
+       listeners : {
+        afteredit : function (e)
+         {
+            e.record.commit();     
+         },
+        beforeedit : function (e)
+         {
+             if(e.field == 'name' && e.record.data.is_system_enum*1 == 1){
+                 return false;
+             }
+         },
+        cellclick : function (_self, rowIndex, columnIndex, e)
+         {
+         
+                 var di = this.colModel.getDataIndex(columnIndex);
+                 var rec = _this.grid.ds.getAt(rowIndex);
+                     
+                 if (di == 'active') {
+                     
+                     rec.set('active', rec.data.active ? 0 : 1);
+                     rec.commit();
+                     return;
+                 }
+                 if (di == 'id' ) {
+                     
+                     if (!e.ctrlKey && !e.shiftKey) { // shift or control not pressed -clear selection.
+                     
+                         this.dataSource.each(function(rr) {
+                             rr.selected = 0;
+                             rr.set('sel', 0);
+                         });
+                     }
+                     
+                     if (this.last_selected && e.shiftKey) {
+                         // the highlight all the lines between the one last selected, and this one.
+                         var s = this.dataSource.indexOf(this.last_selected);
+                         var e = this.dataSource.indexOf(rec);
+                         var ss = Math.min(s,e);
+                         var ee = Math.max(s,e) +1;
+                         for(var i = ss; i < ee; i++) {
+                             var rr = this.dataSource.getAt(i);
+                             rr.selected = 1;
+                             rr.set('sel', 1);
+                         }
+                         this.last_selected = rec;
+                         return;
+         
+                     }
+                     
+                     rec.selected = rec.selected ? 0 : 1;
+                     this.last_selected = rec.selected ? rec : false;
+                     rec.set('sel', rec.data.sel ? 0 : 1);
+                 }
+                  
+         
+                  
+                 
+         },
+        keypress : function (e)
+         {
+             if(e.keyCode == 13){
+                 _this.grid.footer.onClick('first');
+             }
+         },
+        render : function() 
+         {
+             _this.grid = this; 
+             //_this.dialog = Pman.Dialog.FILL_IN
+             if (_this.panel.active) {
+                this.footer.onClick('first');
+             }
+         }
        },
        footer : {
-        '|xns' : 'Roo',
         displayInfo : true,
-        displayMsg : _this._strings['510bc6e58593b2b8002c9fe0c21f3fde'],
-        emptyMsg : _this._strings['1ba4d808fc7b27a7f60ce2ff75a8af3a'],
+        displayMsg : _this._strings['510bc6e58593b2b8002c9fe0c21f3fde'] /* Displaying core_enum{0} - {1} of {2} */,
+        emptyMsg : _this._strings['1ba4d808fc7b27a7f60ce2ff75a8af3a'] /* No core_enum found */,
         pageSize : 25,
         xns : Roo,
+        '|xns' : 'Roo',
         xtype : 'PagingToolbar',
-        items : [
+        items  : [
          {
-          '|xns' : 'Roo.Toolbar',
-          text : _this._strings['801ab24683a4a8c433c6eb40c48bcd9d'],
+          text : _this._strings['801ab24683a4a8c433c6eb40c48bcd9d'] /* Download */,
           xns : Roo.Toolbar,
+          '|xns' : 'Roo.Toolbar',
           xtype : 'Button',
           listeners : {
            click : function (_self, e)
@@ -419,9 +413,9 @@ Pman.Tab.AdminEnum = new Roo.XComponent({
           }
          },
          {
-          '|xns' : 'Roo.Toolbar',
-          text : _this._strings['c550aeed26e71a81a88360c1889245ab'],
+          text : _this._strings['c550aeed26e71a81a88360c1889245ab'] /* Upload Values */,
           xns : Roo.Toolbar,
+          '|xns' : 'Roo.Toolbar',
           xtype : 'Button',
           listeners : {
            click : function (_self, e)
@@ -457,19 +451,18 @@ Pman.Tab.AdminEnum = new Roo.XComponent({
           }
          }
         ]
-
        },
        toolbar : {
-        '|xns' : 'Roo',
         xns : Roo,
+        '|xns' : 'Roo',
         xtype : 'Toolbar',
-        items : [
+        items  : [
          {
-          '|xns' : 'Roo.Toolbar',
           cls : 'x-btn-text-icon',
           icon : baseURL + '/Pman/templates/images/search.gif',
-          text : _this._strings['d9ec74f5aa29ceef6bf7b45f7fec5d0f'],
+          text : _this._strings['d9ec74f5aa29ceef6bf7b45f7fec5d0f'] /* Add Value */,
           xns : Roo.Toolbar,
+          '|xns' : 'Roo.Toolbar',
           xtype : 'Button',
           listeners : {
            click : function()
@@ -506,11 +499,11 @@ Pman.Tab.AdminEnum = new Roo.XComponent({
           }
          },
          {
-          '|xns' : 'Roo.Toolbar',
           cls : 'x-btn-text-icon',
           icon : Roo.rootURL + 'images/default/dd/drop-add.gif',
-          text : _this._strings['b9c49611cfda3259a2b837b39489e650'],
+          text : _this._strings['b9c49611cfda3259a2b837b39489e650'] /* Add Image */,
           xns : Roo.Toolbar,
+          '|xns' : 'Roo.Toolbar',
           xtype : 'Button',
           listeners : {
            click : function()
@@ -540,10 +533,10 @@ Pman.Tab.AdminEnum = new Roo.XComponent({
           }
          },
          {
-          '|xns' : 'Roo.form',
-          fieldLabel : 'Search',
+          fieldLabel : _this._strings['13348442cc6a27032d2b4aa28b75a5d3'] /* Search */,
           name : 'search',
           xns : Roo.form,
+          '|xns' : 'Roo.form',
           xtype : 'TextField',
           listeners : {
            render : function (_self)
@@ -553,10 +546,10 @@ Pman.Tab.AdminEnum = new Roo.XComponent({
           }
          },
          {
-          '|xns' : 'Roo.Toolbar',
           cls : 'x-btn-icon',
           icon : rootURL + '/Pman/templates/images/search.gif',
           xns : Roo.Toolbar,
+          '|xns' : 'Roo.Toolbar',
           xtype : 'Button',
           listeners : {
            click : function (_self, e)
@@ -566,10 +559,10 @@ Pman.Tab.AdminEnum = new Roo.XComponent({
           }
          },
          {
-          '|xns' : 'Roo.Toolbar',
           cls : 'x-btn-icon',
           icon : rootURL + '/Pman/templates/images/edit-clear.gif',
           xns : Roo.Toolbar,
+          '|xns' : 'Roo.Toolbar',
           xtype : 'Button',
           listeners : {
            click : function (_self, e)
@@ -580,16 +573,16 @@ Pman.Tab.AdminEnum = new Roo.XComponent({
           }
          },
          {
-          '|xns' : 'Roo.Toolbar',
           xns : Roo.Toolbar,
+          '|xns' : 'Roo.Toolbar',
           xtype : 'Fill'
          },
          {
-          '|xns' : 'Roo.Toolbar',
           cls : 'x-btn-text-icon',
           icon : rootURL + '/Pman/templates/images/trash.gif',
-          text : _this._strings['f2a6c498fb90ee345d997f888fce3b18'],
+          text : _this._strings['f2a6c498fb90ee345d997f888fce3b18'] /* Delete */,
           xns : Roo.Toolbar,
+          '|xns' : 'Roo.Toolbar',
           xtype : 'Button',
           listeners : {
            click : function()
@@ -630,16 +623,16 @@ Pman.Tab.AdminEnum = new Roo.XComponent({
           }
          },
          {
-          '|xns' : 'Roo.Toolbar',
           xns : Roo.Toolbar,
+          '|xns' : 'Roo.Toolbar',
           xtype : 'Separator'
          },
          {
-          '|xns' : 'Roo.Toolbar',
           cls : 'x-btn-text-icon',
           icon : Roo.rootURL + 'images/default/tree/leaf.gif',
-          text : _this._strings['1a87a3d29199e3435b8fb314624c008f'],
+          text : _this._strings['1a87a3d29199e3435b8fb314624c008f'] /* Merge Option */,
           xns : Roo.Toolbar,
+          '|xns' : 'Roo.Toolbar',
           xtype : 'Button',
           listeners : {
            click : function()
@@ -661,253 +654,204 @@ Pman.Tab.AdminEnum = new Roo.XComponent({
           }
          }
         ]
-
        },
-       '|xns' : 'Roo.grid',
-       autoExpandColumn : 'display_name',
-       clicksToEdit : 1,
-       loadMask : true,
-       xns : Roo.grid,
-       xtype : 'EditorGrid',
-       colModel : [
-         {
-          '|xns' : 'Roo.grid',
-          dataIndex : 'id',
-          header : _this._strings['7af54708cf5a4286cf0cfa58ff5148a8'],
-          renderer : function(v,x,r) { 
-              var fmt = '{0}';
-              if (r.selected) {
-                  fmt = '<span style="color:orange;font-weight:bold;">{0}</span>';
+       dataSource : {
+        remoteSort : true,
+        sortInfo : { field : 'etype', direction: 'ASC' },
+        xns : Roo.data,
+        '|xns' : 'Roo.data',
+        xtype : 'Store',
+        listeners : {
+         beforeload : function (_self, options)
+          {
+          
+              var s =     _this.egrid.getSelectionModel().getSelectedCell();
+              
+          
+              if (!s) {
+                  return false;
+              }
+              var d = _this.egrid.dataSource.getAt(s[0]);
+              
+              options.params.etype = d.data.name;
+              options.params['query[search]'] = _this.searchBox.getValue();
+              if (!options.params.etype.length) {
+                  return false;
               }
-              return String.format(fmt, v); },
-          sortable : true,
-          width : 75,
-          xns : Roo.grid,
-          xtype : 'ColumnModel'
-         },
-{
-          '|xns' : 'Roo.grid',
-          dataIndex : 'images_id_id',
-          header : _this._strings['be53a0541a6d36f6ecb879fa2c584b08'],
-          renderer : function(v,x,r) { return String.format('<img src="{0}/Images/Thumb/25/{1}/{2}" width="25" height="25">', baseURL, v, r.data.images_id_filename); },
-          width : 75,
-          xns : Roo.grid,
-          xtype : 'ColumnModel'
-         },
-{
-          editor : {
-           field : {
-            '|xns' : 'Roo.form',
-            xns : Roo.form,
-            xtype : 'TextField'
-           },
-           '|xns' : 'Roo.grid',
-           xns : Roo.grid,
-           xtype : 'GridEditor',
-           items : [
-
-           ]
-
-          },
-          '|xns' : 'Roo.grid',
-          dataIndex : 'name',
-          header : _this._strings['49ee3087348e8d44e1feda1917443987'],
-          renderer : function(v) { return String.format('{0}', v); },
-          sortable : true,
-          width : 200,
-          xns : Roo.grid,
-          xtype : 'ColumnModel',
-          items : [
-
-          ]
-
-         },
-{
-          editor : {
-           field : {
-            '|xns' : 'Roo.form',
-            xns : Roo.form,
-            xtype : 'TextField'
-           },
-           '|xns' : 'Roo.grid',
-           xns : Roo.grid,
-           xtype : 'GridEditor',
-           items : [
-
-           ]
-
           },
-          '|xns' : 'Roo.grid',
-          dataIndex : 'display_name',
-          header : _this._strings['b48968e1c912da07df5e8d6d246291ec'],
-          renderer : function(v) { return String.format('{0}', v); },
-          sortable : true,
-          width : 200,
+         update : function (_self, record, operation)
+          {
+              if (operation != Roo.data.Record.COMMIT) {
+                  return;
+              }
+              // got commit..
+              new Pman.Request({
+                  url : baseURL + '/Roo/Core_enum.php',
+                  method : 'POST',
+                  params : {
+                      id : record.data.id,
+                      etype : _this.grid.ds.getById(record.id).data.etype,
+                      name : record.data.name,
+                      active : record.data.active,
+                      seqid : record.data.seqid,
+                      display_name : record.data.display_name
+                  }, 
+                  success : function(res) {
+                      //Roo.log(data);
+                      // update the ID if it's not set..
+                      if (record.data.id * 1 < 1) {
+                          record.set('id', res.data.id);
+                      }
+                  }
+              });
+              
+          }
+        },
+        proxy : {
+         method : 'GET',
+         url : baseURL + '/Roo/core_enum.php',
+         xns : Roo.data,
+         '|xns' : 'Roo.data',
+         xtype : 'HttpProxy'
+        },
+        reader : {
+         fields : [
+             {
+                 'name': 'id',
+                 'type': 'int'
+             },
+             {
+                 'name': 'etype',
+                 'type': 'string'
+             },
+             {
+                 'name': 'name',
+                 'type': 'string'
+             },
+             {
+                 'name': 'active',
+                 'type': 'int'
+             },
+             {
+                 'name': 'seqid',
+                 'type': 'int'
+             }
+         ],
+         id : 'id',
+         root : 'data',
+         totalProperty : 'total',
+         xns : Roo.data,
+         '|xns' : 'Roo.data',
+         xtype : 'JsonReader'
+        }
+       },
+       colModel : [
+        {
+         dataIndex : 'id',
+         header : _this._strings['7af54708cf5a4286cf0cfa58ff5148a8'] /* Internal # */,
+         renderer : function(v,x,r) { 
+             var fmt = '{0}';
+             if (r.selected) {
+                 fmt = '<span style="color:orange;font-weight:bold;">{0}</span>';
+             }
+             return String.format(fmt, v); },
+         sortable : true,
+         width : 75,
+         xns : Roo.grid,
+         '|xns' : 'Roo.grid',
+         xtype : 'ColumnModel'
+        },
+        {
+         dataIndex : 'images_id_id',
+         header : _this._strings['be53a0541a6d36f6ecb879fa2c584b08'] /* Image */,
+         renderer : function(v,x,r) { return String.format('<img src="{0}/Images/Thumb/25/{1}/{2}" width="25" height="25">', baseURL, v, r.data.images_id_filename); },
+         width : 75,
+         xns : Roo.grid,
+         '|xns' : 'Roo.grid',
+         xtype : 'ColumnModel'
+        },
+        {
+         dataIndex : 'name',
+         header : _this._strings['49ee3087348e8d44e1feda1917443987'] /* Name */,
+         renderer : function(v) { return String.format('{0}', v); },
+         sortable : true,
+         width : 200,
+         xns : Roo.grid,
+         '|xns' : 'Roo.grid',
+         xtype : 'ColumnModel',
+         editor : {
           xns : Roo.grid,
-          xtype : 'ColumnModel',
-          items : [
-
-          ]
-
-         },
-{
           '|xns' : 'Roo.grid',
-          dataIndex : 'active',
-          header : _this._strings['4d3d769b812b6faa6b76e1a8abaece2d'],
-          renderer : function(v) {  
-              var state = v> 0 ?  '-checked' : '';
-          
-              return '<img class="x-grid-check-icon' + state + '" src="' + Roo.BLANK_IMAGE_URL + '"/>';
-                          
-           },
-          sortable : true,
-          width : 75,
+          xtype : 'GridEditor',
+          field : {
+           xns : Roo.form,
+           '|xns' : 'Roo.form',
+           xtype : 'TextField'
+          }
+         }
+        },
+        {
+         dataIndex : 'display_name',
+         header : _this._strings['b48968e1c912da07df5e8d6d246291ec'] /* Display Name */,
+         renderer : function(v) { return String.format('{0}', v); },
+         sortable : true,
+         width : 200,
+         xns : Roo.grid,
+         '|xns' : 'Roo.grid',
+         xtype : 'ColumnModel',
+         editor : {
           xns : Roo.grid,
-          xtype : 'ColumnModel'
-         },
-{
-          editor : {
-           field : {
-            '|xns' : 'Roo.form',
-            allowDecimals : false,
-            allowNegative : true,
-            decimalPrecision : 0,
-            xns : Roo.form,
-            xtype : 'NumberField'
-           },
-           '|xns' : 'Roo.grid',
-           xns : Roo.grid,
-           xtype : 'GridEditor',
-           items : [
-
-           ]
-
-          },
           '|xns' : 'Roo.grid',
-          dataIndex : 'seqid',
-          header : _this._strings['d1228f5476d15142b1358ae4b5fa2454'],
-          renderer : function(v) { return String.format('{0}', v); },
-          sortable : true,
-          sortable : true,
-          width : 75,
-          xns : Roo.grid,
-          xtype : 'ColumnModel',
-          items : [
-
-          ]
-
+          xtype : 'GridEditor',
+          field : {
+           xns : Roo.form,
+           '|xns' : 'Roo.form',
+           xtype : 'TextField'
+          }
          }
-       ],
-       listeners : {
-        afteredit : function (e)
-         {
-            e.record.commit();     
-         },
-        beforeedit : function (e)
-         {
-             if(e.field == 'name' && e.record.data.is_system_enum*1 == 1){
-                 return false;
-             }
-         },
-        cellclick : function (_self, rowIndex, columnIndex, e)
-         {
-         
-                 var di = this.colModel.getDataIndex(columnIndex);
-                 var rec = _this.grid.ds.getAt(rowIndex);
-                     
-                 if (di == 'active') {
-                     
-                     rec.set('active', rec.data.active ? 0 : 1);
-                     rec.commit();
-                     return;
-                 }
-                 if (di == 'id' ) {
-                     
-                     if (!e.ctrlKey && !e.shiftKey) { // shift or control not pressed -clear selection.
-                     
-                         this.dataSource.each(function(rr) {
-                             rr.selected = 0;
-                             rr.set('sel', 0);
-                         });
-                     }
-                     
-                     if (this.last_selected && e.shiftKey) {
-                         // the highlight all the lines between the one last selected, and this one.
-                         var s = this.dataSource.indexOf(this.last_selected);
-                         var e = this.dataSource.indexOf(rec);
-                         var ss = Math.min(s,e);
-                         var ee = Math.max(s,e) +1;
-                         for(var i = ss; i < ee; i++) {
-                             var rr = this.dataSource.getAt(i);
-                             rr.selected = 1;
-                             rr.set('sel', 1);
-                         }
-                         this.last_selected = rec;
-                         return;
-         
-                     }
-                     
-                     rec.selected = rec.selected ? 0 : 1;
-                     this.last_selected = rec.selected ? rec : false;
-                     rec.set('sel', rec.data.sel ? 0 : 1);
-                 }
-                  
+        },
+        {
+         dataIndex : 'active',
+         header : _this._strings['4d3d769b812b6faa6b76e1a8abaece2d'] /* Active */,
+         renderer : function(v) {  
+             var state = v> 0 ?  '-checked' : '';
          
-                  
-                 
-         },
-        keypress : function (e)
-         {
-             if(e.keyCode == 13){
-                 _this.grid.footer.onClick('first');
-             }
-         },
-        render : function() 
-         {
-             _this.grid = this; 
-             //_this.dialog = Pman.Dialog.FILL_IN
-             if (_this.panel.active) {
-                this.footer.onClick('first');
-             }
+             return '<img class="x-grid-check-icon' + state + '" src="' + Roo.BLANK_IMAGE_URL + '"/>';
+                         
+          },
+         sortable : true,
+         width : 75,
+         xns : Roo.grid,
+         '|xns' : 'Roo.grid',
+         xtype : 'ColumnModel'
+        },
+        {
+         dataIndex : 'seqid',
+         header : _this._strings['d1228f5476d15142b1358ae4b5fa2454'] /* Order # */,
+         renderer : function(v) { return String.format('{0}', v); },
+         sortable : true,
+         width : 75,
+         xns : Roo.grid,
+         '|xns' : 'Roo.grid',
+         xtype : 'ColumnModel',
+         editor : {
+          xns : Roo.grid,
+          '|xns' : 'Roo.grid',
+          xtype : 'GridEditor',
+          field : {
+           allowDecimals : false,
+           allowNegative : true,
+           decimalPrecision : 0,
+           xns : Roo.form,
+           '|xns' : 'Roo.form',
+           xtype : 'NumberField'
+          }
          }
-       },
-       items : [
-
-       ]
-
-      },
-      '|xns' : 'Roo',
-      background : false,
-      fitToframe : true,
-      region : 'center',
-      tableName : 'core_enum',
-      title : _this._strings['2df80d5febcde0c10a66818488622b7c'],
-      xns : Roo,
-      xtype : 'GridPanel',
-      listeners : {
-       activate : function() {
-            _this.panel = this;
-            if (_this.grid) {
-                _this.grid.footer.onClick('first');
-            }
         }
-      },
-      items : [
-
-      ]
-
+       ]
+      }
      }
     ]
-
-   },
-   '|xns' : 'Roo',
-   region : 'center',
-   title : _this._strings['2df80d5febcde0c10a66818488622b7c'],
-   xns : Roo,
-   xtype : 'NestedLayoutPanel',
-   items : [
-
-   ]
-
+   }
   };  }
 });