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

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

index 0d36aa8..a1da6b2 100644 (file)
          "items" : [
           {
            "listeners" : {
-            "render" : "function (_self)\n{\n    _this.ftype_combo = _self;\n}"
+            "render" : "function (_self)\n{\n    Roo.log('ftype combo render');\n    _this.ftype_combo = _self;\n}"
            },
            "listWidth" : 200,
            "triggerAction" : "all",
index b663fa4..dc01642 100644 (file)
@@ -340,6 +340,7 @@ Editor.Roo.LayoutDialog = new Roo.XComponent({
          listeners : {
           render : function (_self)
            {
+               Roo.log('ftype combo render');
                _this.ftype_combo = _self;
            }
          },