Pman.Dialog.CoreCompanies.bjs
authorChris <chris@roojs.com>
Wed, 12 Sep 2012 06:04:02 +0000 (14:04 +0800)
committerChris <chris@roojs.com>
Wed, 12 Sep 2012 06:04:02 +0000 (14:04 +0800)
Pman.Dialog.CoreCompanies.js

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

index 867d7b7..815e6ab 100644 (file)
                                         }
                                     ]
                                 },
+                                {
+                                    "allowBlank": true,
+                                    "fieldLabel": "Company Name",
+                                    "name": "name",
+                                    "qtip": "Enter Company Name",
+                                    "width": 300,
+                                    "xtype": "TextField",
+                                    "|xns": "Roo.form"
+                                },
                                 {
                                     "allowBlank": true,
                                     "fieldLabel": "Company Name",
index a4d4977..ae27793 100644 (file)
@@ -129,6 +129,15 @@ Pman.Dialog.CoreCompanies = {
                                         fields : '[\'val\', \'desc\']'
                                     }
                                 },
+                                {
+                                    xtype: 'TextField',
+                                    xns: Roo.form,
+                                    allowBlank : true,
+                                    fieldLabel : 'Company Name',
+                                    name : 'name',
+                                    qtip : "Enter Company Name",
+                                    width : 300
+                                },
                                 {
                                     xtype: 'TextField',
                                     xns: Roo.form,