From 4248a2a660c2de705537bbf368861e0445a91418 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 17 Sep 2010 18:51:27 +0800 Subject: [PATCH] Pman.Dialog.CorePersonContact.bjs --- Pman.Dialog.CorePersonContact.bjs | 61 ------------------------------- 1 file changed, 61 deletions(-) diff --git a/Pman.Dialog.CorePersonContact.bjs b/Pman.Dialog.CorePersonContact.bjs index 3f30923c..f850b9ca 100644 --- a/Pman.Dialog.CorePersonContact.bjs +++ b/Pman.Dialog.CorePersonContact.bjs @@ -179,67 +179,6 @@ "|xns": "Roo.form", "xtype": "TextField" }, - { - "|xns": "Roo.form", - "xtype": "ComboBox", - "allowBlank": "false", - "editable": "false", - "emptyText": "Select Projects", - "forceSelection": true, - "listWidth": 400, - "loadingText": "Searching...", - "minChars": 2, - "pageSize": 20, - "qtip": "Select Projects", - "selectOnFocus": true, - "triggerAction": "all", - "typeAhead": true, - "width": 300, - "tpl": "
{name}
", - "queryParam": "query[name]", - "fieldLabel": "Project", - "valueField": "id", - "displayField": "name", - "hiddenName": "project_id", - "name": "project_id_name", - "items": [ - { - "*prop": "store", - "xtype": "Store", - "|xns": "Roo.data", - "remoteSort": true, - "|sortInfo": "{ direction : 'ASC', field: 'id' }", - "listeners": { - "|beforeload": "function (_self, o){\n o.params = o.params || {};\n // set more here\n}\n" - }, - "items": [ - { - "*prop": "proxy", - "xtype": "HttpProxy", - "method": "GET", - "|xns": "Roo.data", - "|url": "baseURL + '/Roo/Projects.php'" - }, - { - "*prop": "reader", - "xtype": "JsonReader", - "|xns": "Roo.data", - "id": "id", - "root": "data", - "totalProperty": "total", - "|fields": "[{\"name\":\"id\",\"type\":\"int\"},{\"name\":\"name\",\"type\":\"string\"}]" - } - ] - } - ] - }, - { - "fieldLabel": "Deleted by", - "name": "deleted_by", - "width": 75, - "|xns": "Roo.form", - "xtype": "TextField" - }, { "fieldLabel": "Deleted dt", "name": "deleted_dt", -- 2.39.2