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

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

index d8cf05e..8df7292 100644 (file)
                             "xtype": "Form",
                             "|xns": "Roo.form",
                             "items": [
-                                {
-                                    "allowBlank": true,
-                                    "fieldLabel": "Phone",
-                                    "name": "tel",
-                                    "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"
-                                },
-                                {
-                                    "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"
-                                },
                                 {
                                     "|xns": "Roo.form",
                                     "xtype": "Column",
index 6923ac4..8034111 100644 (file)
@@ -96,52 +96,6 @@ Pman.Dialog.CoreCompanies = {
                             fileUpload : true,
                             labelWidth : 160,
                             items : [
-                                {
-                                    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 : 'Fax',
-                                    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
-                                },
                                 {
                                     xtype: 'Column',
                                     xns: Roo.form,