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

Reader/Feed.bjs
Reader/Feed.js

index 1eaee4d..26d34c5 100644 (file)
        "$ xns" : "Roo.bootstrap",
        "items" : [
         {
+         "listeners" : {
+          "render" : "function (_self)\n{\n  _this.articleDate  = this;\n}"
+         },
          "String tag" : "li",
          "String cls" : "breadcrumb",
          "xtype" : "Element",
index a7ea3fb..8688199 100644 (file)
@@ -259,7 +259,13 @@ Feed = new Roo.XComponent({
          tag : 'li',
          xns : Roo.bootstrap,
          '|xns' : 'Roo.bootstrap',
-         xtype : 'Element'
+         xtype : 'Element',
+         listeners : {
+          render : function (_self)
+           {
+             _this.articleDate  = this;
+           }
+         }
         },
         {
          cls : 'breadcrumb',