Pman.Dialog.CoreCompanies.bjs
[Pman.Core] / Pman.Dialog.CoreCompanies.bjs
index 84522e9..814d697 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",
@@ -53,7 +53,7 @@
                                     "|xns": "Roo.form",
                                     "items": [
                                         {
-                                            "allowBlank": false,
+                                            "allowBlank": true,
                                             "fieldLabel": "Company ID (for filing Ref.)",
                                             "name": "code",
                                             "qtip": "Enter code",
                                             "xtype": "TextField",
                                             "|xns": "Roo.form"
                                         },
-                                        {
-                                            "allowBlank": false,
-                                            "displayField": "desc",
-                                            "editable": false,
-                                            "emptyText": "Select Type",
-                                            "fieldLabel": "Type",
-                                            "hiddenName": "comptype",
-                                            "listWidth": 250,
-                                            "name": "comptype_name",
-                                            "qtip": "Select Company type",
-                                            "selectOnFocus": true,
-                                            "triggerAction": "all",
-                                            "typeAhead": false,
-                                            "valueField": "val",
-                                            "width": 200,
-                                            "xtype": "ComboBox",
-                                            "|xns": "Roo.form",
-                                            "items": [
-                                                {
-                                                    "*prop": "store",
-                                                    "data": "[ 'CONSULTANT', \"Consultant\" ],[ 'CLIENT'    ,  \"Client\" ],[ 'CONTRACTOR' , \"Contractor\" ]",
-                                                    "fields": "['val', 'desc']",
-                                                    "xtype": "SimpleStore",
-                                                    "|xns": "Roo.data"
-                                                }
-                                            ]
-                                        },
                                         {
                                             "listeners": {
-                                                "render": "function (_self)\n{\n    _this.etypeCombo = _self;\n}",
-                                                "select": "function (combo, record, index)\n{\n    _this.grid.footer.onClick('first');\n}"
+                                                "render": "function (_self)\n{\n    _this.etypeCombo = _self;\n}"
                                             },
                                             "alwaysQuery": true,
-                                            "displayField": "name",
-                                            "editable": "false",
-                                            "emptyText": "Select pulldown",
-                                            "fieldLabel": "core_enum",
+                                            "displayField": "display_name",
+                                            "emptyText": "Select Type",
+                                            "fieldLabel": "Type",
                                             "forceSelection": true,
-                                            "listWidth": 400,
+                                            "hiddenName": "comptype",
+                                            "listWidth": 250,
                                             "loadingText": "Searching...",
                                             "minChars": 2,
+                                            "name": "comptype_display",
                                             "pageSize": 20,
                                             "qtip": "Select type",
                                             "queryParam": "query[name]",
                                             "selectOnFocus": true,
-                                            "tpl": "<div class=\"x-grid-cell-text x-btn button\"><b>{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",
-                                            "width": 300,
+                                            "width": 200,
                                             "xtype": "ComboBox",
                                             "|xns": "Roo.form",
                                             "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,
                                                         },
                                                         {
                                                             "*prop": "reader",
-                                                            "xtype": "JsonReader",
-                                                            "|xns": "Roo.data",
                                                             "id": "id",
                                                             "root": "data",
                                                             "totalProperty": "total",
-                                                            "|fields": "[{\"name\":\"id\",\"type\":\"int\"},{\"name\":\"etype\",\"type\":\"string\"}]"
+                                                            "xtype": "JsonReader",
+                                                            "|fields": "[{\"name\":\"id\",\"type\":\"int\"},{\"name\":\"name\",\"type\":\"string\"}]",
+                                                            "|xns": "Roo.data"
                                                         }
                                                     ]
                                                 }