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

Reader/Feed.bjs
Reader/Feed.js

index fb98596..9c48bab 100644 (file)
@@ -61,7 +61,7 @@
     {
      "listeners" : {
       "render" : "function (_self)\n{\n    _this.table = this;\n    this.store.load({});\n}",
-      "rowclick" : "function (_self, el, rowIndex, e)\n{\n    //var rec = this.store.getAt(rowIndex);\n    Roo.log(rec);\n    _this.articleCtr.load(rowIndex);\n}"
+      "rowclick" : "function (_self, el, rowIndex, e)\n{\n    //var rec = this.store.getAt(rowIndex);\n   \n    _this.articleCtr.load(rowIndex);\n}"
      },
      "boolean striped" : true,
      "boolean hover" : true,
index 794972c..160109b 100644 (file)
@@ -94,7 +94,7 @@ Feed = new Roo.XComponent({
       rowclick : function (_self, el, rowIndex, e)
        {
            //var rec = this.store.getAt(rowIndex);
-           Roo.log(rec);
+          
            _this.articleCtr.load(rowIndex);
        }
      },