Reader/Feed.bjs
authorAlan Knowles <alan@roojs.com>
Thu, 24 Dec 2015 04:57:07 +0000 (12:57 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 24 Dec 2015 04:57:07 +0000 (12:57 +0800)
Reader/Feed.js
Reader/templates/Feed.html

Reader/Feed.bjs
Reader/Feed.js

index 4fe3960..bbf0277 100644 (file)
          "String html" : "Domain"
         },
         {
+         "listeners" : {
+          "render" : "function (_self)\n{\n_this.articleTitle = this;\n}"
+         },
          "String tag" : "li",
          "String cls" : "active",
          "xtype" : "Element",
index 6e84c93..aa1a8b7 100644 (file)
@@ -285,7 +285,13 @@ Feed = new Roo.XComponent({
          tag : 'li',
          xns : Roo.bootstrap,
          '|xns' : 'Roo.bootstrap',
-         xtype : 'Element'
+         xtype : 'Element',
+         listeners : {
+          render : function (_self)
+           {
+           _this.articleTitle = this;
+           }
+         }
         }
        ]
       }