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