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

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

index ebf784f..0d36aa8 100644 (file)
          "* prop" : "editor",
          "items" : [
           {
+           "listeners" : {
+            "render" : "function (_self)\n{\n    _this.ftype_combo = _self;\n}"
+           },
            "listWidth" : 200,
            "triggerAction" : "all",
            "displayField" : "fname",
index 9108bf9..b663fa4 100644 (file)
@@ -337,6 +337,12 @@ Editor.Roo.LayoutDialog = new Roo.XComponent({
          width : 150,
          xns : Roo.form,
          xtype : 'ComboBox',
+         listeners : {
+          render : function (_self)
+           {
+               _this.ftype_combo = _self;
+           }
+         },
          items : [
 
          ]