From df669810b17848a64308ecaeb7939dc5bdd35b8d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 17 Sep 2010 18:51:13 +0800 Subject: [PATCH] Pman.Dialog.CorePersonContact.js --- Pman.Dialog.CorePersonContact.js | 50 -------------------------------- 1 file changed, 50 deletions(-) diff --git a/Pman.Dialog.CorePersonContact.js b/Pman.Dialog.CorePersonContact.js index 3e726253..93560b2e 100644 --- a/Pman.Dialog.CorePersonContact.js +++ b/Pman.Dialog.CorePersonContact.js @@ -213,56 +213,6 @@ Pman.Dialog.CorePersonContact = { name : 'email', width : 200 }, - { - xtype: 'ComboBox', - xns: Roo.form, - 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', - store : { - xtype: 'Store', - xns: Roo.data, - remoteSort : true, - sortInfo : { direction : 'ASC', field: 'id' }, - listeners : { - beforeload : function (_self, o){ - o.params = o.params || {}; - // set more here - } - }, - proxy : { - xtype: 'HttpProxy', - xns: Roo.data, - method : 'GET', - url : baseURL + '/Roo/Person.php' - }, - reader : { - xtype: 'JsonReader', - xns: Roo.data, - id : 'id', - root : 'data', - totalProperty : 'total', - fields : [{"name":"id","type":"int"},{"name":"name","type":"string"}] - } - } - }, { xtype: 'TextField', xns: Roo.form, -- 2.39.2