resources/Editors/Editor.Roo.LayoutDialog.bjs
authorEdward <edward@roojs.com>
Wed, 6 May 2015 05:54:04 +0000 (13:54 +0800)
committerEdward <edward@roojs.com>
Wed, 6 May 2015 05:54:04 +0000 (13:54 +0800)
resources/Editors/Editor.Roo.LayoutDialog.js

resources/Editors/Editor.Roo.LayoutDialog.bjs
resources/Editors/Editor.Roo.LayoutDialog.js

index 015e465..2425be8 100644 (file)
          "* prop" : "editor",
          "items" : [
           {
-           "listeners" : {
-            "render" : "function (_self)\n{\n    Roo.log('ftype combo render');\n    _this.ftype_combo = _self;\n}"
-           },
            "listWidth" : 200,
            "triggerAction" : "all",
            "displayField" : "fname",
index 800617f..d8dbf51 100644 (file)
@@ -337,13 +337,6 @@ Editor.Roo.LayoutDialog = new Roo.XComponent({
          width : 150,
          xns : Roo.form,
          xtype : 'ComboBox',
-         listeners : {
-          render : function (_self)
-           {
-               Roo.log('ftype combo render');
-               _this.ftype_combo = _self;
-           }
-         },
          items : [
 
          ]