From: edward Date: Mon, 18 Jul 2016 07:00:53 +0000 (+0800) Subject: Pman.Dialog.CoreEmail.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=1791100485fbfc95983152b9efe53556073c5c97 Pman.Dialog.CoreEmail.bjs Pman.Dialog.CoreEmail.js --- diff --git a/Pman.Dialog.CoreEmail.bjs b/Pman.Dialog.CoreEmail.bjs index e3c61b10..f0b7f5bb 100644 --- a/Pman.Dialog.CoreEmail.bjs +++ b/Pman.Dialog.CoreEmail.bjs @@ -304,7 +304,6 @@ }, { "alwaysQuery" : true, - "listWidth" : 400, "triggerAction" : "all", "fieldLabel" : "Template", "forceSelection" : true, @@ -319,12 +318,13 @@ "allowBlank" : true, "typeAhead" : true, "editable" : false, - "width" : 200, + "width" : 300, "$ xns" : "Roo.form", "name" : "name", "qtip" : "Select BCC Group", "tpl" : "
{name}
", "loadingText" : "Searching...", + "Boolean forceSelection" : true, "items" : [ { "listeners" : { diff --git a/Pman.Dialog.CoreEmail.js b/Pman.Dialog.CoreEmail.js index c2d021e0..8b04a5b5 100644 --- a/Pman.Dialog.CoreEmail.js +++ b/Pman.Dialog.CoreEmail.js @@ -674,7 +674,6 @@ Pman.Dialog.CoreEmail = { fieldLabel : _this._strings['278c491bdd8a53618c149c4ac790da34'] /* Template */, forceSelection : true, hiddenName : 'template', - listWidth : 400, loadingText : _this._strings['1243daf593fa297e07ab03bf06d925af'] /* Searching... */, minChars : 2, name : 'name', @@ -685,7 +684,7 @@ Pman.Dialog.CoreEmail = { triggerAction : 'all', typeAhead : true, valueField : 'id', - width : 200, + width : 300, xns : Roo.form, '|xns' : 'Roo.form', xtype : 'ComboBox',