From 877858dbdfcd1753df1bc617008264e3cf230a9e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 17 Sep 2010 18:51:27 +0800 Subject: [PATCH] Pman.Dialog.CorePersonContact.js --- Pman.Dialog.CorePersonContact.js | 57 -------------------------------- 1 file changed, 57 deletions(-) diff --git a/Pman.Dialog.CorePersonContact.js b/Pman.Dialog.CorePersonContact.js index fa1f4707..43e10d02 100644 --- a/Pman.Dialog.CorePersonContact.js +++ b/Pman.Dialog.CorePersonContact.js @@ -213,63 +213,6 @@ Pman.Dialog.CorePersonContact = { name : 'email', width : 200 }, - { - xtype: 'ComboBox', - xns: Roo.form, - 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', - 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/Projects.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, - fieldLabel : 'Deleted by', - name : 'deleted_by', - width : 75 - }, { xtype: 'DateField', xns: Roo.form, -- 2.39.2