From 1363035ea39fd2e61a4455eff10357a53b88a91c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 5 Dec 2012 14:21:43 +0800 Subject: [PATCH] fix --- Pman.Tab.AdminNotify.bjs | 5 ++--- Pman.Tab.AdminNotify.js | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Pman.Tab.AdminNotify.bjs b/Pman.Tab.AdminNotify.bjs index 4113b99..534562a 100644 --- a/Pman.Tab.AdminNotify.bjs +++ b/Pman.Tab.AdminNotify.bjs @@ -72,9 +72,9 @@ "|xns": "Roo", "items": [ { - "allowBlank": false, + "allowBlank": true, "displayField": "person_id_name", - "editable": false, + "editable": true, "emptyText": "Select person", "forceSelection": true, "hiddenName": "id", @@ -88,7 +88,6 @@ "selectOnFocus": true, "tpl": "
{person_id_name} {person_id_email}
", "triggerAction": "all", - "typeAhead": true, "valueField": "person_id", "width": 300, "xtype": "ComboBox", diff --git a/Pman.Tab.AdminNotify.js b/Pman.Tab.AdminNotify.js index 932fee0..dd32022 100644 --- a/Pman.Tab.AdminNotify.js +++ b/Pman.Tab.AdminNotify.js @@ -240,9 +240,9 @@ Pman.Tab.AdminNotify = new Roo.XComponent({ { xtype: 'ComboBox', xns: Roo.form, - allowBlank : false, + allowBlank : true, displayField : 'person_id_name', - editable : false, + editable : true, emptyText : "Select person", forceSelection : true, hiddenName : 'id', @@ -256,7 +256,6 @@ Pman.Tab.AdminNotify = new Roo.XComponent({ selectOnFocus : true, tpl : '
{person_id_name} {person_id_email}
', triggerAction : 'all', - typeAhead : true, valueField : 'person_id', width : 300, store : { -- 2.39.2