Pman.Dialog.CoreEnum.bjs
authorEdward <edward@roojs.com>
Thu, 3 Apr 2014 05:13:27 +0000 (13:13 +0800)
committerEdward <edward@roojs.com>
Thu, 3 Apr 2014 05:13:27 +0000 (13:13 +0800)
Pman.Dialog.CoreEnum.js

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

index 44abe27..d8265e6 100644 (file)
@@ -51,7 +51,7 @@
                                     "name": "name",
                                     "width": 200,
                                     "xtype": "TextField",
-                                    "|hidden": "true",
+                                    "hidden": "true",
                                     "|xns": "Roo.form"
                                 },
                                 {
index 652bfa7..407881b 100644 (file)
@@ -103,7 +103,7 @@ Pman.Dialog.CoreEnum = {
                                     fieldLabel : 'Name',
                                     name : 'name',
                                     width : 200,
-                                    hidden : true
+                                    hidden : 'true'
                                 },
                                 {
                                     xtype: 'TextField',