DataObjects/Core_domain.php
[Pman.Core] / Pman.Dialog.CorePersonContact.bjs
index 5cfb68c..c661c51 100644 (file)
@@ -1,17 +1,17 @@
 {
-    "id": "roo-file-129",
+    "id": "roo-file-209",
     "name": "Pman.Dialog.CorePersonContact",
     "parent": "",
     "title": "",
-    "path": "/home/alan/gitlive/Pman.Core/Pman.Dialog.CorePersonContact.bjs",
+    "path": "/home/edward/gitlive/Pman.Core/Pman.Dialog.CorePersonContact.bjs",
     "items": [
         {
             "closable": false,
             "collapsible": false,
-            "height": 350,
+            "height": 290,
             "resizable": false,
             "title": "Edit / Create Contact Details",
-            "width": 500,
+            "width": 450,
             "xtype": "LayoutDialog",
             "|xns": "Roo",
             "items": [
                     "|xns": "Roo",
                     "items": [
                         {
-                            "|xns": "Roo.form",
-                            "xtype": "Form",
                             "listeners": {
                                 "|actioncomplete": "function(_self,action)\n{\n    if (action.type == 'setdata') {\n       //_this.dialog.el.mask(\"Loading\");\n       //this.load({ method: 'GET', params: { '_id' : _this.data.id }});\n       return;\n    }\n    if (action.type == 'load') {\n        _this.dialog.el.unmask();\n        return;\n    }\n    if (action.type =='submit') {\n    \n        _this.dialog.el.unmask();\n        _this.dialog.hide();\n    \n         if (_this.callback) {\n            _this.callback.call(_this, _this.form.getValues());\n         }\n         _this.form.reset();\n         return;\n    }\n}\n",
                                 "|rendered": "function (form)\n{\n    _this.form= form;\n}\n"
                             },
                             "method": "POST",
                             "style": "margin:10px;",
+                            "xtype": "Form",
                             "|url": "baseURL + '/Roo/Person.php'",
+                            "|xns": "Roo.form",
                             "items": [
                                 {
                                     "listeners": {
@@ -95,7 +95,8 @@
                                 },
                                 {
                                     "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    \n    \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",
             ]
         }
     ],
-    "permname": ""
+    "permname": "",
+    "modOrder": "001"
 }
\ No newline at end of file