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

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

index 6238bf5..7ed08d3 100644 (file)
                                     "xtype": "TextField",
                                     "|xns": "Roo.form"
                                 },
+                                {
+                                    "allowBlank": true,
+                                    "fieldLabel": "Phone",
+                                    "name": "tel",
+                                    "qtip": "Enter Phone Number",
+                                    "width": 300,
+                                    "xtype": "TextField",
+                                    "|xns": "Roo.form"
+                                },
                                 {
                                     "allowBlank": true,
                                     "fieldLabel": "Phone",
index 718af89..2d0cc35 100644 (file)
@@ -138,6 +138,15 @@ Pman.Dialog.CoreCompanies = {
                                     qtip : "Enter Company Name",
                                     width : 300
                                 },
+                                {
+                                    xtype: 'TextField',
+                                    xns: Roo.form,
+                                    allowBlank : true,
+                                    fieldLabel : 'Phone',
+                                    name : 'tel',
+                                    qtip : "Enter Phone Number",
+                                    width : 300
+                                },
                                 {
                                     xtype: 'TextField',
                                     xns: Roo.form,