Pman.Dialog.CoreColumnConfig.bjs
authorAlan Knowles <alan@roojs.com>
Mon, 26 Apr 2021 07:12:17 +0000 (15:12 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 26 Apr 2021 07:12:17 +0000 (15:12 +0800)
Pman.Dialog.CoreColumnConfig.js

Pman.Dialog.CoreColumnConfig.bjs
Pman.Dialog.CoreColumnConfig.js

index d3f52ad..094d28c 100644 (file)
@@ -7,18 +7,14 @@
  "modOrder" : "001",
  "strings" : {
   "cfcd208495d565ef66e7dff9f98764da" : "0",
-  "b48968e1c912da07df5e8d6d246291ec" : "Display Name",
-  "c4ca4238a0b923820dcc509a6f75849b" : "1",
   "ea4788705e6873b424c65e91c2846b19" : "Cancel",
   "135d0838bf9429a58dc388369036be2c" : "Add / Edit Column Configuration",
-  "4d3d769b812b6faa6b76e1a8abaece2d" : "Active",
+  "b5a7adde1af5c87d7fd797b6245c2a39" : "Description",
   "e0aa021e21dddbd6d8cecec71e9cf564" : "OK"
  },
  "named_strings" : {
-  "display_name_fieldLabel" : "b48968e1c912da07df5e8d6d246291ec",
-  "seqid_value" : "cfcd208495d565ef66e7dff9f98764da",
-  "active_fieldLabel" : "4d3d769b812b6faa6b76e1a8abaece2d",
-  "active_value" : "c4ca4238a0b923820dcc509a6f75849b"
+  "description_fieldLabel" : "b5a7adde1af5c87d7fd797b6245c2a39",
+  "name_value" : "cfcd208495d565ef66e7dff9f98764da"
  },
  "items" : [
   {
          "listeners" : {
           "keyup" : "function (_self, e)\n{\n    _this.form.findField('name').setValue(this.getValue().replace(/[^a-z0-9]/ig, '').toUpperCase());\n    \n}"
          },
-         "fieldLabel" : "Display Name",
+         "fieldLabel" : "Description",
          "xtype" : "TextField",
          "allowBlank" : false,
          "width" : 250,
          "$ xns" : "Roo.form",
-         "name" : "display_name"
-        },
-        {
-         "String actionMode" : "fieldEl",
-         "Boolean checked" : true,
-         "fieldLabel" : "Active",
-         "inputValue" : 1,
-         "hidden" : true,
-         "value" : 1,
-         "xtype" : "Checkbox",
-         "valueOff" : 0,
-         "$ xns" : "Roo.form",
-         "name" : "active"
+         "name" : "description"
         },
         {
          "xtype" : "Hidden",
          "$ xns" : "Roo.form",
-         "name" : "etype"
+         "name" : "module"
         },
         {
          "xtype" : "Hidden",
          "value" : 0,
          "$ xns" : "Roo.form",
-         "name" : "seqid"
+         "name" : "name"
         },
         {
          "xtype" : "Hidden",
index c693073..98391d0 100644 (file)
@@ -8,18 +8,14 @@ Pman.Dialog.CoreColumnConfig = {
 
  _strings : {
   'cfcd208495d565ef66e7dff9f98764da' :"0",
-  'b48968e1c912da07df5e8d6d246291ec' :"Display Name",
-  'c4ca4238a0b923820dcc509a6f75849b' :"1",
   'ea4788705e6873b424c65e91c2846b19' :"Cancel",
   '135d0838bf9429a58dc388369036be2c' :"Add / Edit Column Configuration",
-  '4d3d769b812b6faa6b76e1a8abaece2d' :"Active",
+  'b5a7adde1af5c87d7fd797b6245c2a39' :"Description",
   'e0aa021e21dddbd6d8cecec71e9cf564' :"OK"
  },
  _named_strings : {
-  'display_name_fieldLabel' : 'b48968e1c912da07df5e8d6d246291ec' /* Display Name */ ,
-  'seqid_value' : 'cfcd208495d565ef66e7dff9f98764da' /* 0 */ ,
-  'active_fieldLabel' : '4d3d769b812b6faa6b76e1a8abaece2d' /* Active */ ,
-  'active_value' : 'c4ca4238a0b923820dcc509a6f75849b' /* 1 */ 
+  'description_fieldLabel' : 'b5a7adde1af5c87d7fd797b6245c2a39' /* Description */ ,
+  'name_value' : 'cfcd208495d565ef66e7dff9f98764da' /* 0 */ 
  },
 
  dialog : false,
@@ -161,8 +157,8 @@ Pman.Dialog.CoreColumnConfig = {
          {
           xtype : 'TextField',
           allowBlank : false,
-          fieldLabel : _this._strings['b48968e1c912da07df5e8d6d246291ec'] /* Display Name */,
-          name : 'display_name',
+          fieldLabel : _this._strings['b5a7adde1af5c87d7fd797b6245c2a39'] /* Description */,
+          name : 'description',
           width : 250,
           listeners : {
            keyup : function (_self, e)
@@ -174,28 +170,15 @@ Pman.Dialog.CoreColumnConfig = {
           xns : Roo.form,
           '|xns' : 'Roo.form'
          },
-         {
-          xtype : 'Checkbox',
-          actionMode : 'fieldEl',
-          checked : true,
-          fieldLabel : _this._strings['4d3d769b812b6faa6b76e1a8abaece2d'] /* Active */,
-          hidden : true,
-          inputValue : 1,
-          name : 'active',
-          value : 1,
-          valueOff : 0,
-          xns : Roo.form,
-          '|xns' : 'Roo.form'
-         },
          {
           xtype : 'Hidden',
-          name : 'etype',
+          name : 'module',
           xns : Roo.form,
           '|xns' : 'Roo.form'
          },
          {
           xtype : 'Hidden',
-          name : 'seqid',
+          name : 'name',
           value : 0,
           xns : Roo.form,
           '|xns' : 'Roo.form'