Pman.Dialog.CoreEnum.bjs
[Pman.Core] / Pman.Dialog.CoreEnum.js
index ed72923..4b15367 100644 (file)
@@ -102,7 +102,10 @@ Pman.Dialog.CoreEnum = {
                                     allowBlank : false,
                                     fieldLabel : 'Name',
                                     name : 'name',
-                                    width : 200
+                                    width : 200,
+                                    hidden : function() {
+                                        
+                                    }
                                 },
                                 {
                                     xtype: 'TextField',
@@ -117,7 +120,7 @@ Pman.Dialog.CoreEnum = {
                                     xns: Roo.form,
                                     fieldLabel : 'Active',
                                     inputValue : 1,
-                                    name : 'visible',
+                                    name : 'active',
                                     value : 0,
                                     valueOff : 0
                                 },