From 26c8a566c23e634b542d7bf2525074df6ffc8724 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 17 Sep 2010 18:55:26 +0800 Subject: [PATCH] Pman.Dialog.CorePersonContact.bjs --- Pman.Dialog.CorePersonContact.bjs | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/Pman.Dialog.CorePersonContact.bjs b/Pman.Dialog.CorePersonContact.bjs index 07f5c09d..7ee12773 100644 --- a/Pman.Dialog.CorePersonContact.bjs +++ b/Pman.Dialog.CorePersonContact.bjs @@ -94,28 +94,31 @@ ] }, { - "|xns": "Roo.form", - "xtype": "ComboBox", "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, + "xtype": "ComboBox", + "|xns": "Roo.form", + "listeners": { + "add": "function (combo)\n{\n\n}" + }, "items": [ { "listeners": { -- 2.39.2