From 7fd87dfac2889520d8ee47d87ac4e39d0cdd2940 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 17 Sep 2010 18:51:12 +0800 Subject: [PATCH] Pman.Dialog.CorePersonContact.bjs --- Pman.Dialog.CorePersonContact.bjs | 54 ------------------------------- 1 file changed, 54 deletions(-) diff --git a/Pman.Dialog.CorePersonContact.bjs b/Pman.Dialog.CorePersonContact.bjs index a83008d6..e1a875a3 100644 --- a/Pman.Dialog.CorePersonContact.bjs +++ b/Pman.Dialog.CorePersonContact.bjs @@ -179,60 +179,6 @@ "|xns": "Roo.form", "xtype": "TextField" }, - { - "|xns": "Roo.form", - "xtype": "ComboBox", - "allowBlank": "false", - "editable": "false", - "emptyText": "Select Person", - "forceSelection": true, - "listWidth": 400, - "loadingText": "Searching...", - "minChars": 2, - "pageSize": 20, - "qtip": "Select Person", - "selectOnFocus": true, - "triggerAction": "all", - "typeAhead": true, - "width": 300, - "tpl": "
{name}
", - "queryParam": "query[name]", - "fieldLabel": "Owner", - "valueField": "id", - "displayField": "name", - "hiddenName": "owner_id", - "name": "owner_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/Person.php'" - }, - { - "*prop": "reader", - "xtype": "JsonReader", - "|xns": "Roo.data", - "id": "id", - "root": "data", - "totalProperty": "total", - "|fields": "[{\"name\":\"id\",\"type\":\"int\"},{\"name\":\"name\",\"type\":\"string\"}]" - } - ] - } - ] - }, { "fieldLabel": "Lang", "name": "lang", -- 2.39.2