Pman.Dialog.CoreEnum.bjs
authorEdward <edward@roojs.com>
Mon, 3 Mar 2014 08:57:11 +0000 (16:57 +0800)
committerEdward <edward@roojs.com>
Mon, 3 Mar 2014 08:57:11 +0000 (16:57 +0800)
Pman.Dialog.CoreEnum.js

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

index 2f6e134..997558e 100644 (file)
                                     "xtype": "TextField",
                                     "|xns": "Roo.form"
                                 },
+                                {
+                                    "name": "id",
+                                    "xtype": "Hidden",
+                                    "|xns": "Roo.form"
+                                },
                                 {
                                     "name": "id",
                                     "xtype": "Hidden",
index 418fba9..3725579 100644 (file)
@@ -105,6 +105,11 @@ Pman.Dialog.CoreEnum = {
                                     name : 'display_name',
                                     width : 200
                                 },
+                                {
+                                    xtype: 'Hidden',
+                                    xns: Roo.form,
+                                    name : 'id'
+                                },
                                 {
                                     xtype: 'Hidden',
                                     xns: Roo.form,