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

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

index 7f8eb33..fc88023 100644 (file)
                                     "xtype": "TextField",
                                     "|xns": "Roo.form"
                                 },
+                                {
+                                    "allowBlank": true,
+                                    "fieldLabel": "Fax",
+                                    "name": "fax",
+                                    "qtip": "Enter Fax Number",
+                                    "width": 300,
+                                    "xtype": "TextField",
+                                    "|xns": "Roo.form"
+                                },
                                 {
                                     "allowBlank": true,
                                     "fieldLabel": "Fax",
index 95b3b2f..5caec22 100644 (file)
@@ -147,6 +147,15 @@ Pman.Dialog.CoreCompanies = {
                                     qtip : "Enter Phone Number",
                                     width : 300
                                 },
+                                {
+                                    xtype: 'TextField',
+                                    xns: Roo.form,
+                                    allowBlank : true,
+                                    fieldLabel : 'Fax',
+                                    name : 'fax',
+                                    qtip : "Enter Fax Number",
+                                    width : 300
+                                },
                                 {
                                     xtype: 'TextField',
                                     xns: Roo.form,