DataObjects/Core_domain.php
[Pman.Core] / Pman.Dialog.CoreProject.bjs
index 328c8ec..fce76a8 100644 (file)
@@ -1,9 +1,9 @@
 {
-    "id": "roo-file-130",
+    "id": "roo-file-28",
     "name": "Pman.Dialog.CoreProject",
     "parent": "",
     "title": "",
-    "path": "/home/alan/gitlive/Pman.Core/Pman.Dialog.CoreProject.bjs",
+    "path": "/home/chris/gitlive/Pman.Core/Pman.Dialog.CoreProject.bjs",
     "items": [
         {
             "closable": false,
                     "|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/Projects.php'",
+                            "|xns": "Roo.form",
                             "items": [
                                 {
                                     "fieldLabel": "Code",
@@ -70,7 +70,7 @@
                                     "tpl": "<div class=\"x-grid-cell-text x-btn button\"><b>{desc}</b> </div>",
                                     "triggerAction": "all",
                                     "typeAhead": true,
-                                    "valueField": "id",
+                                    "valueField": "code",
                                     "width": 200,
                                     "xtype": "ComboBox",
                                     "|xns": "Roo.form",
@@ -89,7 +89,7 @@
                                         "add": "function (combo)\n{\n Pman.Dialog.Companies.show( {  id: 0 },  function(data) {\n            _this.form.setValues({ \n                client_id : data.id,\n                client_id_name : data.name\n            });\n        }); \n}"
                                     },
                                     "allowBlank": "false",
-                                    "displayField": "code",
+                                    "displayField": "name",
                                     "editable": "false",
                                     "emptyText": "Select Company",
                                     "fieldLabel": "Client",
                                     "name": "client_id_name",
                                     "pageSize": 20,
                                     "qtip": "Select Companies",
-                                    "queryParam": "query[code]",
+                                    "queryParam": "query[name]",
                                     "selectOnFocus": true,
                                     "tpl": "<div class=\"x-grid-cell-text x-btn button\"><b>{name}</b> </div>",
                                     "triggerAction": "all",
             ]
         }
     ],
-    "permname": ""
+    "permname": "",
+    "modOrder": "001"
 }
\ No newline at end of file