Reader/Feed.bjs
authorAlan Knowles <alan@roojs.com>
Thu, 24 Dec 2015 05:00:41 +0000 (13:00 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 24 Dec 2015 05:00:41 +0000 (13:00 +0800)
Reader/Feed.js
Reader/templates/Feed.html

Reader/Feed.bjs
Reader/Feed.js

index 74890b4..7c1ef12 100644 (file)
        ]
       },
       {
+       "listeners" : {
+        "render" : "function (_self)\n{\n  _this.articleBody = this;\n}"
+       },
        "xtype" : "Container",
        "$ xns" : "Roo.bootstrap"
       }
index 7ee494e..2a9b633 100644 (file)
@@ -305,7 +305,13 @@ Feed = new Roo.XComponent({
       {
        xns : Roo.bootstrap,
        '|xns' : 'Roo.bootstrap',
-       xtype : 'Container'
+       xtype : 'Container',
+       listeners : {
+        render : function (_self)
+         {
+           _this.articleBody = this;
+         }
+       }
       }
      ]
     }