DataObjects/core.sql
[Pman.Core] / Pman.Dialog.CorePersonContact.bjs
index 10c7de1..bc9eba7 100644 (file)
@@ -8,10 +8,10 @@
         {
             "closable": false,
             "collapsible": false,
-            "height": 350,
+            "height": 290,
             "resizable": false,
             "title": "Edit / Create Contact Details",
-            "width": 500,
+            "width": 450,
             "xtype": "LayoutDialog",
             "|xns": "Roo",
             "items": [
@@ -95,7 +95,8 @@
                                 },
                                 {
                                     "listeners": {
-                                        "add": "function (combo)\n{\n    var coid = _this.form.findField('company_id').getValue();\n    o.params.company_id = coid;\n    \n}"
+                                        "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",
                                     "name": "name",
                                     "width": 300,
                                     "xtype": "TextField",
-                                    "|xns": "Roo.form"
+                                    "|xns": "Roo.form",
+                                    "allowBlank": true,
+                                    "listeners": {}
                                 },
                                 {
                                     "fieldLabel": "Role",
                                     "xtype": "TextField"
                                 },
                                 {
+                                    "allowBlank": false,
                                     "fieldLabel": "Email",
                                     "name": "email",
                                     "width": 200,
-                                    "|xns": "Roo.form",
-                                    "xtype": "TextField"
+                                    "xtype": "TextField",
+                                    "|xns": "Roo.form"
                                 },
                                 {
                                     "name": "id",