From: edward Date: Mon, 18 Jul 2016 07:00:15 +0000 (+0800) Subject: Pman.Dialog.CoreEmail.bjs X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=c0b3a49c3649c9170c91daefa2b12fa0ef211556 Pman.Dialog.CoreEmail.bjs Pman.Dialog.CoreEmail.js --- diff --git a/Pman.Dialog.CoreEmail.bjs b/Pman.Dialog.CoreEmail.bjs index e4e8537c..81be475a 100644 --- a/Pman.Dialog.CoreEmail.bjs +++ b/Pman.Dialog.CoreEmail.bjs @@ -312,21 +312,21 @@ "fieldLabel" : "Template", "forceSelection" : true, "selectOnFocus" : true, - "pageSize" : 20, + "pageSize" : 25, "displayField" : "file", "emptyText" : "Select BCC Group", "hiddenName" : "template", "minChars" : 2, - "valueField" : "file", + "valueField" : "id", "xtype" : "ComboBox", "allowBlank" : true, "typeAhead" : true, "editable" : false, "width" : 200, "$ xns" : "Roo.form", - "name" : "template", + "name" : "name", "qtip" : "Select BCC Group", - "tpl" : "
{file}
", + "tpl" : "
{name}
", "loadingText" : "Searching...", "items" : [ { diff --git a/Pman.Dialog.CoreEmail.js b/Pman.Dialog.CoreEmail.js index 515a73c7..5f929140 100644 --- a/Pman.Dialog.CoreEmail.js +++ b/Pman.Dialog.CoreEmail.js @@ -677,14 +677,14 @@ Pman.Dialog.CoreEmail = { listWidth : 400, loadingText : _this._strings['1243daf593fa297e07ab03bf06d925af'] /* Searching... */, minChars : 2, - name : 'template', - pageSize : 20, + name : 'name', + pageSize : 25, qtip : _this._strings['2c466a2c159463f1d9ef5a7b57b52827'] /* Select BCC Group */, selectOnFocus : true, - tpl : '
{file}
', + tpl : '
{name}
', triggerAction : 'all', typeAhead : true, - valueField : 'file', + valueField : 'id', width : 200, xns : Roo.form, '|xns' : 'Roo.form',