Pman.Dialog.CoreEnum.bjs
authorEdward <edward@roojs.com>
Fri, 17 Apr 2015 03:23:11 +0000 (11:23 +0800)
committerEdward <edward@roojs.com>
Fri, 17 Apr 2015 03:23:11 +0000 (11:23 +0800)
Pman.Dialog.CoreEnum.js

Pman.Dialog.CoreEnum.bjs
Pman.Dialog.CoreEnum.js

index c8528ec..305714b 100644 (file)
@@ -78,7 +78,7 @@
          "Boolean checked" : true,
          "fieldLabel" : "Active",
          "inputValue" : 1,
-         "hidden" : false,
+         "hidden" : true,
          "value" : 1,
          "xtype" : "Checkbox",
          "valueOff" : 0,
index a024768..a3a6751 100644 (file)
@@ -186,7 +186,7 @@ Pman.Dialog.CoreEnum = {
           actionMode : 'fieldEl',
           checked : true,
           fieldLabel : 'Active',
-          hidden : false,
+          hidden : true,
           inputValue : 1,
           name : 'active',
           value : 1,