Pman.Dialog.CorePersonContact.bjs
[Pman.Core] / Pman.Dialog.CorePersonContact.bjs
index 07f5c09..2a29d6d 100644 (file)
                                     ]
                                 },
                                 {
-                                    "|xns": "Roo.form",
-                                    "xtype": "ComboBox",
+                                    "listeners": {
+                                        "add": "function (combo)\n{\n    var coid = _this.form.findField('company_id').getValue();\n    if (!coid ) {\n    \n         Ext.MessageBox.alert(\"Error\", \"Select An Company First\");\n        return false;\n\n    }\n    Pman.Dialog.Office.show(cfg, function(data) {\n                _this.form.setValues({\n                    office_id_name : data.name,\n                    office_id : data.id\n            });\n        }); \n    \n    \n}",
+                                        "beforequery": "function (combo, query, forceAll, cancel, e)\n{\n        var coid = _this.form.findField('company_id').getValue();\n        if (coid < 1 ) {\n            Ext.MessageBox.alert(\"Error\", \"Select An Company First\");\n            return false;\n        }\n}"
+                                    },
                                     "allowBlank": "false",
+                                    "displayField": "name",
                                     "editable": "false",
                                     "emptyText": "Select Office",
+                                    "fieldLabel": "Office",
                                     "forceSelection": true,
+                                    "hiddenName": "office_id",
                                     "listWidth": 400,
                                     "loadingText": "Searching...",
                                     "minChars": 2,
+                                    "name": "office_id_name",
                                     "pageSize": 20,
                                     "qtip": "Select Office",
+                                    "queryParam": "query[name]",
                                     "selectOnFocus": true,
+                                    "tpl": "<div class=\"x-grid-cell-text x-btn button\"><b>{name}</b> </div>",
                                     "triggerAction": "all",
                                     "typeAhead": true,
-                                    "width": 300,
-                                    "tpl": "<div class=\"x-grid-cell-text x-btn button\"><b>{name}</b> </div>",
-                                    "queryParam": "query[name]",
-                                    "fieldLabel": "Office",
                                     "valueField": "id",
-                                    "displayField": "name",
-                                    "hiddenName": "office_id",
-                                    "name": "office_id_name",
+                                    "width": 300,
+                                    "xtype": "ComboBox",
+                                    "|xns": "Roo.form",
                                     "items": [
                                         {
                                             "listeners": {
                                     "name": "name",
                                     "width": 300,
                                     "xtype": "TextField",
-                                    "|xns": "Roo.form"
+                                    "|xns": "Roo.form",
+                                    "allowBlank": true,
+                                    "listeners": {}
                                 },
                                 {
                                     "fieldLabel": "Role",
                                     "fieldLabel": "Email",
                                     "name": "email",
                                     "width": 200,
+                                    "xtype": "TextField",
                                     "|xns": "Roo.form",
-                                    "xtype": "TextField"
+                                    "allowBlank": true,
+                                    "listeners": {}
                                 },
                                 {
                                     "name": "id",