Pman.Dialog.CoreEmail.bjs
authoredward <edward@roojs.com>
Mon, 18 Jul 2016 07:00:53 +0000 (15:00 +0800)
committeredward <edward@roojs.com>
Mon, 18 Jul 2016 07:00:53 +0000 (15:00 +0800)
Pman.Dialog.CoreEmail.js

Pman.Dialog.CoreEmail.bjs
Pman.Dialog.CoreEmail.js

index e3c61b1..f0b7f5b 100644 (file)
               },
               {
                "alwaysQuery" : true,
-               "listWidth" : 400,
                "triggerAction" : "all",
                "fieldLabel" : "Template",
                "forceSelection" : true,
                "allowBlank" : true,
                "typeAhead" : true,
                "editable" : false,
-               "width" : 200,
+               "width" : 300,
                "$ xns" : "Roo.form",
                "name" : "name",
                "qtip" : "Select BCC Group",
                "tpl" : "<div class=\"x-grid-cell-text x-btn button\"><b>{name}</b> </div>",
                "loadingText" : "Searching...",
+               "Boolean forceSelection" : true,
                "items" : [
                 {
                  "listeners" : {
index c2d021e..8b04a5b 100644 (file)
@@ -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',