From: Alan Knowles Date: Fri, 17 Sep 2010 10:55:26 +0000 (+0800) Subject: Pman.Dialog.CorePersonContact.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=88acb8777f13482b6e5606d52eba1e936248d762 Pman.Dialog.CorePersonContact.js --- diff --git a/Pman.Dialog.CorePersonContact.js b/Pman.Dialog.CorePersonContact.js index e09ad798..3608f19a 100644 --- a/Pman.Dialog.CorePersonContact.js +++ b/Pman.Dialog.CorePersonContact.js @@ -144,25 +144,31 @@ Pman.Dialog.CorePersonContact = { xtype: 'ComboBox', xns: Roo.form, allowBlank : 'false', + displayField : 'name', editable : 'false', emptyText : "Select Office", + fieldLabel : 'Office', forceSelection : true, + hiddenName : 'office_id', listWidth : 400, loadingText : "Searching...", minChars : 2, + name : 'office_id_name', pageSize : 20, qtip : "Select Office", + queryParam : 'query[name]', selectOnFocus : true, + tpl : '
{name}
', triggerAction : 'all', typeAhead : true, - width : 300, - tpl : '
{name}
', - queryParam : 'query[name]', - fieldLabel : 'Office', valueField : 'id', - displayField : 'name', - hiddenName : 'office_id', - name : 'office_id_name', + width : 300, + listeners : { + add : function (combo) + { + + } + }, store : { xtype: 'Store', xns: Roo.data,