Pman.Dialog.CoreEnum.bjs
authorEdward <edward@roojs.com>
Mon, 3 Mar 2014 09:31:43 +0000 (17:31 +0800)
committerEdward <edward@roojs.com>
Mon, 3 Mar 2014 09:31:43 +0000 (17:31 +0800)
Pman.Dialog.CoreEnum.js

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

index 21fb3cf..602a0b5 100644 (file)
@@ -64,7 +64,7 @@
                                 {
                                     "fieldLabel": "Active",
                                     "inputValue": 1,
-                                    "name": "visible",
+                                    "name": "active",
                                     "value": 0,
                                     "valueOff": 0,
                                     "xtype": "Checkbox",
index ed72923..12936bf 100644 (file)
@@ -117,7 +117,7 @@ Pman.Dialog.CoreEnum = {
                                     xns: Roo.form,
                                     fieldLabel : 'Active',
                                     inputValue : 1,
-                                    name : 'visible',
+                                    name : 'active',
                                     value : 0,
                                     valueOff : 0
                                 },