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

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

index 330659d..64698e6 100644 (file)
                                             "width": 300,
                                             "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",
+                                            "name": "address",
+                                            "qtip": "Enter Address",
+                                            "width": 300,
+                                            "xtype": "TextField",
+                                            "|xns": "Roo.form"
+                                        },
+                                        {
+                                            "allowBlank": true,
+                                            "fieldLabel": "Remarks",
+                                            "height": 40,
+                                            "name": "remarks",
+                                            "qtip": "Enter remarks",
+                                            "width": 300,
+                                            "xtype": "TextArea",
+                                            "|xns": "Roo.form"
                                         }
                                     ]
                                 }
index a9b50e1..e36c5e6 100644 (file)
@@ -247,6 +247,34 @@ Pman.Dialog.CoreCompanies = {
                                             name : 'fax',
                                             qtip : "Enter Fax Number",
                                             width : 300
+                                        },
+                                        {
+                                            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',
+                                            name : 'address',
+                                            qtip : "Enter Address",
+                                            width : 300
+                                        },
+                                        {
+                                            xtype: 'TextArea',
+                                            xns: Roo.form,
+                                            allowBlank : true,
+                                            fieldLabel : 'Remarks',
+                                            height : 40,
+                                            name : 'remarks',
+                                            qtip : "Enter remarks",
+                                            width : 300
                                         }
                                     ]
                                 }