Pman.Dialog.AdminEnumMerge.bjs
authorEdward <edward@roojs.com>
Thu, 4 Jun 2015 08:19:20 +0000 (16:19 +0800)
committerEdward <edward@roojs.com>
Thu, 4 Jun 2015 08:19:20 +0000 (16:19 +0800)
Pman.Dialog.AdminEnumMerge.js

Pman.Dialog.AdminEnumMerge.bjs
Pman.Dialog.AdminEnumMerge.js

index b36442d..ebffff6 100644 (file)
@@ -48,9 +48,6 @@
        "$ xns" : "Roo.form",
        "items" : [
         {
-         "listeners" : {
-          "add" : "function (combo)\n{\n    Pman.Dialog.CoreEnum.show({\n        etype : 'EuroCham.Industry',\n        title : 'Add Industry'\n    }, function(res){\n        combo.setFromData(res);\n    })\n}"
-         },
          "alwaysQuery" : true,
          "Number pageSize" : 50,
          "triggerAction" : "all",
index 556ec83..f8a41ee 100644 (file)
@@ -195,17 +195,6 @@ Pman.Dialog.AdminEnumMerge = {
           width : 300,
           xns : Roo.form,
           xtype : 'ComboBox',
-          listeners : {
-           add : function (combo)
-            {
-                Pman.Dialog.CoreEnum.show({
-                    etype : 'EuroCham.Industry',
-                    title : 'Add Industry'
-                }, function(res){
-                    combo.setFromData(res);
-                })
-            }
-          },
           items : [
 
           ]