Pman.Dialog.CoreCompanies.bjs
[Pman.Core] / Pman.Dialog.CoreCompanies.bjs
index 0a12bcc..6ce4ec4 100644 (file)
@@ -1,9 +1,9 @@
 {
-    "id": "roo-file-160",
+    "id": "roo-file-97",
     "name": "Pman.Dialog.CoreCompanies",
     "parent": "",
     "title": "",
-    "path": "/home/chris/gitlive/Pman.Core/Pman.Dialog.CoreCompanies.bjs",
+    "path": "/home/alan/gitlive/Pman.Core/Pman.Dialog.CoreCompanies.bjs",
     "items": [
         {
             "autoCreate": "true",
@@ -13,7 +13,7 @@
             "height": 400,
             "modal": true,
             "shadow": "true",
-            "title": "Edit Companies",
+            "title": "Edit Company",
             "width": 750,
             "xtype": "LayoutDialog",
             "|xns": "Roo",
@@ -66,7 +66,7 @@
                                                 "render": "function (_self)\n{\n    _this.etypeCombo = _self;\n}"
                                             },
                                             "alwaysQuery": true,
-                                            "displayField": "name",
+                                            "displayField": "display_name",
                                             "emptyText": "Select Type",
                                             "fieldLabel": "Type",
                                             "forceSelection": true,
                                             "listWidth": 250,
                                             "loadingText": "Searching...",
                                             "minChars": 2,
-                                            "name": "comptype_name",
+                                            "name": "comptype_display",
                                             "pageSize": 20,
                                             "qtip": "Select type",
                                             "queryParam": "query[name]",
                                             "selectOnFocus": true,
-                                            "tpl": "<div class=\"x-grid-cell-text x-btn button\"><b>{comptype_name}</b> </div>",
+                                            "tpl": "<div class=\"x-grid-cell-text x-btn button\"><b>{name}</b> : {display_name}</div>",
                                             "triggerAction": "all",
                                             "typeAhead": false,
                                             "valueField": "name",
@@ -89,7 +89,7 @@
                                             "items": [
                                                 {
                                                     "listeners": {
-                                                        "|beforeload": "function (_self, o){\n    o.params = o.params || {};\n    // set more here\n    o.params['query[empty_etype]'] = 1;\n}\n"
+                                                        "|beforeload": "function (_self, o){\n    o.params = o.params || {};\n    // set more here\n    //o.params['query[empty_etype]'] = 1;\n    o.params.etype = 'COMPTYPE';\n}\n"
                                                     },
                                                     "*prop": "store",
                                                     "remoteSort": true,
                                         {
                                             "allowBlank": true,
                                             "fieldLabel": "Remarks",
-                                            "height": 40,
+                                            "height": 120,
                                             "name": "remarks",
                                             "qtip": "Enter remarks",
                                             "width": 300,