Pman.Dialog.CoreNotifyRecurKeywords.bjs
authorEdward <edward@roojs.com>
Mon, 4 May 2015 07:33:12 +0000 (15:33 +0800)
committerEdward <edward@roojs.com>
Mon, 4 May 2015 07:33:12 +0000 (15:33 +0800)
Pman.Dialog.CoreNotifyRecurKeywords.js

Pman.Dialog.CoreNotifyRecurKeywords.bjs
Pman.Dialog.CoreNotifyRecurKeywords.js

index 6d61c99..6ce3c8c 100644 (file)
@@ -59,9 +59,6 @@
          "name" : "id"
         },
         {
-         "listeners" : {
-          "add" : "function (combo)\n{\n    Pman.Dialog.CrmIndustry.show({ id: 0 }, function(data) { \n    \n       \n        _this.form.setValues({\n            crm_industry_id: data.id,\n            crm_industry_id_display_name : data.display_name\n        });\n    });\n}"
-         },
          "alwaysQuery" : true,
          "listWidth" : 400,
          "triggerAction" : "all",
index b9534cf..b51dda4 100644 (file)
@@ -211,19 +211,6 @@ Pman.Dialog.CoreNotifyRecurKeywords = {
           width : 217,
           xns : Roo.form,
           xtype : 'ComboBox',
-          listeners : {
-           add : function (combo)
-            {
-                Pman.Dialog.CrmIndustry.show({ id: 0 }, function(data) { 
-                
-                   
-                    _this.form.setValues({
-                        crm_industry_id: data.id,
-                        crm_industry_id_display_name : data.display_name
-                    });
-                });
-            }
-          },
           items : [
 
           ]