Pman.Dialog.CoreCompanies.bjs
authorChris <chris@roojs.com>
Wed, 12 Sep 2012 05:51:27 +0000 (13:51 +0800)
committerChris <chris@roojs.com>
Wed, 12 Sep 2012 05:51:27 +0000 (13:51 +0800)
Pman.Dialog.CoreCompanies.js

Pman.Dialog.CoreCompanies.bjs
Pman.Dialog.CoreCompanies.js

index 93b9097..fecfcc6 100644 (file)
                             "|xns": "Roo.form",
                             "items": [
                                 {
-                                    "|xns": "Roo.form",
-                                    "xtype": "TextField"
+                                    "allowBlank": false,
+                                    "fieldLabel": "",
+                                    "name": "",
+                                    "xtype": "TextField",
+                                    "|xns": "Roo.form"
                                 }
                             ]
                         }
index 599dbe6..d94165e 100644 (file)
@@ -97,7 +97,10 @@ Pman.Dialog.CoreCompanies = {
                             items : [
                                 {
                                     xtype: 'TextField',
-                                    xns: Roo.form
+                                    xns: Roo.form,
+                                    allowBlank : false,
+                                    fieldLabel : '',
+                                    name : ''
                                 }
                             ]
                         }