Pman.Dialog.CoreEmail.bjs
authorleon <leon@roojs.com>
Mon, 14 Mar 2022 02:17:08 +0000 (10:17 +0800)
committerleon <leon@roojs.com>
Mon, 14 Mar 2022 02:17:08 +0000 (10:17 +0800)
Pman.Dialog.CoreEmail.js

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

index 823d884..fa8f5d6 100644 (file)
@@ -57,8 +57,8 @@
   "from_email_fieldLabel" : "b357b524e740bc85b9790a0712d84a30",
   "template_emptyText" : "31bb2f6e9b8fb11cbb7fb63c6025223f",
   "active_value" : "c4ca4238a0b923820dcc509a6f75849b",
-  "from_name_fieldLabel" : "5da618e8e4b89c66fe86e32cdafde142",
   "bcc_group_id_name_loadingText" : "1243daf593fa297e07ab03bf06d925af",
+  "from_name_fieldLabel" : "5da618e8e4b89c66fe86e32cdafde142",
   "bcc_group_id_name_fieldLabel" : "68b00d723d37122f64da8d9939f836f0",
   "subject_fieldLabel" : "c7892ebbb139886662c6f2fc8c450710",
   "test_class_fieldLabel" : "b337c8a67244afb6551ee1f8f9717676"
                ]
               },
               {
-               "xtype" : "Column",
+               "alwaysQuery" : true,
+               "triggerAction" : "all",
+               "fieldLabel" : "BCC Group",
+               "forceSelection" : true,
+               "selectOnFocus" : true,
+               "pageSize" : 25,
+               "displayField" : "name",
+               "emptyText" : "Select BCC Group",
+               "hiddenName" : "bcc_group_id",
+               "minChars" : 2,
+               "valueField" : "id",
+               "xtype" : "ComboBox",
+               "allowBlank" : true,
+               "typeAhead" : true,
+               "editable" : false,
+               "width" : 300,
                "$ xns" : "Roo.form",
-               "Boolean hideLabels" : true,
+               "name" : "bcc_group_id_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" : {
-                  "check" : "function (_self, checked)\n{\n    var boxLabel = 'Enabled - will be sent out';\n    \n    if(!checked){\n        boxLabel = 'Disabled - will NOT be sent out';\n    }\n    \n    this.setBoxLabel(boxLabel);\n}"
+                  "|beforeload" : "function (_self, o){\n    o.params = o.params || {};\n    \n    o.params._direct_return = 1;\n}\n"
                  },
-                 "String name" : "active",
-                 "Boolean checked" : true,
-                 "xtype" : "Checkbox",
-                 "String valueOff" : 0,
-                 "String boxLabel" : "Enabled - will be sent out",
-                 "$ xns" : "Roo.form",
-                 "Mixed value" : 1
+                 "xtype" : "Store",
+                 "remoteSort" : true,
+                 "$ sortInfo" : "{ direction : 'ASC', field: 'name' }",
+                 "$ xns" : "Roo.data",
+                 "* prop" : "store",
+                 "items" : [
+                  {
+                   "$ url" : "baseURL + '/Roo/Core_group'",
+                   "xtype" : "HttpProxy",
+                   "method" : "GET",
+                   "$ xns" : "Roo.data",
+                   "* prop" : "proxy"
+                  },
+                  {
+                   "id" : "name",
+                   "root" : "data",
+                   "xtype" : "JsonReader",
+                   "$ fields" : "[{\"name\":\"name\",\"type\":\"string\"},{\"name\":\"id\",\"type\":\"int\"}]",
+                   "$ xns" : "Roo.data",
+                   "* prop" : "reader",
+                   "totalProperty" : "total"
+                  }
+                 ]
                 }
                ]
               }
index 19d3e3b..dfa9fce 100644 (file)
@@ -58,8 +58,8 @@ Pman.Dialog.CoreEmail = {
   'from_email_fieldLabel' : 'b357b524e740bc85b9790a0712d84a30' /* Email address */ ,
   'template_emptyText' : '31bb2f6e9b8fb11cbb7fb63c6025223f' /* Select Template */ ,
   'active_value' : 'c4ca4238a0b923820dcc509a6f75849b' /* 1 */ ,
-  'from_name_fieldLabel' : '5da618e8e4b89c66fe86e32cdafde142' /* From */ ,
   'bcc_group_id_name_loadingText' : '1243daf593fa297e07ab03bf06d925af' /* Searching... */ ,
+  'from_name_fieldLabel' : '5da618e8e4b89c66fe86e32cdafde142' /* From */ ,
   'bcc_group_id_name_fieldLabel' : '68b00d723d37122f64da8d9939f836f0' /* BCC Group */ ,
   'subject_fieldLabel' : 'c7892ebbb139886662c6f2fc8c450710' /* Subject */ ,
   'test_class_fieldLabel' : 'b337c8a67244afb6551ee1f8f9717676' /* Test Class <BR/> (for system reference only) */ 
@@ -676,34 +676,58 @@ Pman.Dialog.CoreEmail = {
                ]
               },
               {
-               xtype : 'Column',
-               hideLabels : true,
+               xtype : 'ComboBox',
+               allowBlank : true,
+               alwaysQuery : true,
+               displayField : 'name',
+               editable : false,
+               emptyText : _this._strings['2c466a2c159463f1d9ef5a7b57b52827'] /* Select BCC Group */,
+               fieldLabel : _this._strings['68b00d723d37122f64da8d9939f836f0'] /* BCC Group */,
+               forceSelection : true,
+               hiddenName : 'bcc_group_id',
+               loadingText : _this._strings['1243daf593fa297e07ab03bf06d925af'] /* Searching... */,
+               minChars : 2,
+               name : 'bcc_group_id_name',
+               pageSize : 25,
+               qtip : _this._strings['2c466a2c159463f1d9ef5a7b57b52827'] /* Select BCC Group */,
+               selectOnFocus : true,
+               tpl : '<div class=\"x-grid-cell-text x-btn button\"><b>{name}</b> </div>',
+               triggerAction : 'all',
+               typeAhead : true,
+               valueField : 'id',
+               width : 300,
                xns : Roo.form,
                '|xns' : 'Roo.form',
-               items  : [
-                {
-                 xtype : 'Checkbox',
-                 boxLabel : _this._strings['28690be026c0bb9003aa58e45e5662ca'] /* Enabled - will be sent out */,
-                 checked : true,
-                 name : 'active',
-                 value : 1,
-                 valueOff : 0,
-                 listeners : {
-                  check : function (_self, checked)
-                   {
-                       var boxLabel = 'Enabled - will be sent out';
-                       
-                       if(!checked){
-                           boxLabel = 'Disabled - will NOT be sent out';
-                       }
-                       
-                       this.setBoxLabel(boxLabel);
-                   }
-                 },
-                 xns : Roo.form,
-                 '|xns' : 'Roo.form'
+               store : {
+                xtype : 'Store',
+                remoteSort : true,
+                sortInfo : { direction : 'ASC', field: 'name' },
+                listeners : {
+                 beforeload : function (_self, o){
+                      o.params = o.params || {};
+                      
+                      o.params._direct_return = 1;
+                  }
+                },
+                xns : Roo.data,
+                '|xns' : 'Roo.data',
+                proxy : {
+                 xtype : 'HttpProxy',
+                 method : 'GET',
+                 url : baseURL + '/Roo/Core_group',
+                 xns : Roo.data,
+                 '|xns' : 'Roo.data'
+                },
+                reader : {
+                 xtype : 'JsonReader',
+                 fields : [{"name":"name","type":"string"},{"name":"id","type":"int"}],
+                 id : 'name',
+                 root : 'data',
+                 totalProperty : 'total',
+                 xns : Roo.data,
+                 '|xns' : 'Roo.data'
                 }
-               ]
+               }
               }
              ]
             },