Reader/Feed.bjs
authorAlan Knowles <alan@roojs.com>
Thu, 12 May 2016 06:59:10 +0000 (14:59 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 12 May 2016 06:59:10 +0000 (14:59 +0800)
Reader/Feed.js
Reader/templates/Feed.html

Reader/Feed.bjs
Reader/Feed.js

index 95e1774..716dc40 100644 (file)
@@ -22,7 +22,7 @@
    "items" : [
     {
      "listeners" : {
-      "click" : "function (_self, e)\n{\n  if (this.state == 'READING') { \n    // flip to index...\n    }\n}"
+      "click" : "function (_self, e)\n{\n  if (this.state == 'READING') { \n        _this.table.show(); // hopefully...\n        _this.articleCtr.show();\n    \n    }\n}"
      },
      "String tag" : "div",
      "xtype" : "Element",
index cf434c2..73e137d 100644 (file)
@@ -42,7 +42,9 @@ Feed = new Roo.XComponent({
       click : function (_self, e)
        {
          if (this.state == 'READING') { 
-           // flip to index...
+               _this.table.show(); // hopefully...
+               _this.articleCtr.show();
+           
            }
        }
      }