Pman.Dialog.CoreCompanies.bjs
authorEdward <edward@roojs.com>
Wed, 16 Apr 2014 10:23:43 +0000 (18:23 +0800)
committerEdward <edward@roojs.com>
Wed, 16 Apr 2014 10:23:43 +0000 (18:23 +0800)
Pman.Dialog.CoreCompanies.js

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

index 7ed3ed5..d4df527 100644 (file)
                                             "xtype": "TextField",
                                             "|xns": "Roo.form"
                                         },
+                                        {
+                                            "allowBlank": true,
+                                            "fieldLabel": "Email",
+                                            "name": "email",
+                                            "qtip": "Enter Email Address",
+                                            "width": 300,
+                                            "xtype": "TextField",
+                                            "|xns": "Roo.form"
+                                        },
                                         {
                                             "allowBlank": true,
                                             "fieldLabel": "Address",
index dbee872..840691c 100644 (file)
@@ -206,6 +206,15 @@ Pman.Dialog.CoreCompanies = {
                                             qtip : "Enter Email Address",
                                             width : 300
                                         },
+                                        {
+                                            xtype: 'TextField',
+                                            xns: Roo.form,
+                                            allowBlank : true,
+                                            fieldLabel : 'Email',
+                                            name : 'email',
+                                            qtip : "Enter Email Address",
+                                            width : 300
+                                        },
                                         {
                                             xtype: 'TextField',
                                             xns: Roo.form,