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

Reader/Feed.bjs
Reader/Feed.js
Reader/templates/Feed.html

index ccd21b3..95e1774 100644 (file)
@@ -71,6 +71,7 @@
       "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   \n    _this.articleCtr.load(rowIndex);\n}"
      },
+     "id" : "table",
      "boolean striped" : true,
      "boolean hover" : true,
      "boolean responsive" : true,
index d439864..cf434c2 100644 (file)
@@ -91,6 +91,7 @@ Feed = new Roo.XComponent({
     },
     {
      hover : true,
+     id : 'table',
      responsive : true,
      RowSelection : true,
      striped : true,
index 1aabcba..930a5d8 100644 (file)
@@ -39,7 +39,7 @@ color: white;" xtype="Roo.bootstrap.Element">name of feed</DIV>
     </DIV>
     <DIV class="x-dlg-mask" xbuilderid="roo-gen4" style="width: 600px; height: 51px; display: none;"></DIV>
   </HEADER>
-  <DIV xbuilderid="roo-comp-1018" style="margin-top: 50px; position: relative;" class=" " xtype="Roo.bootstrap.Table">
+  <DIV id="table" style="margin-top: 50px; position: relative;" class=" " xtype="Roo.bootstrap.Table">
     <TABLE class="table table-striped table-hover table-responsive TableGrid">
       <TBODY xbuilderid="roo-gen13">
         <TR>
@@ -58,10 +58,10 @@ color: white;" xtype="Roo.bootstrap.Element">name of feed</DIV>
     </DIV>
   </DIV>
   <DIV class="" id="articleCtr" xtype="Roo.bootstrap.Element">
-    <OL class="breadcrumb breadcrumb" xbuilderid="roo-comp-1020" style="margin-top:50px;" xtype="Roo.bootstrap.Element">
-      <LI class="" xbuilderid="roo-comp-1022" xtype="Roo.bootstrap.Element">Date</LI>
-      <LI class="" xbuilderid="roo-comp-1024" xtype="Roo.bootstrap.Element">articleURL</LI>
-      <LI class="active active" xbuilderid="roo-comp-1026" xtype="Roo.bootstrap.Element">Title</LI>
+    <OL class="breadcrumb breadcrumb" xbuilderid="roo-comp-1018" style="margin-top:50px;" xtype="Roo.bootstrap.Element">
+      <LI class="" xbuilderid="roo-comp-1020" xtype="Roo.bootstrap.Element">Date</LI>
+      <LI class="" xbuilderid="roo-comp-1022" xtype="Roo.bootstrap.Element">articleURL</LI>
+      <LI class="active active" xbuilderid="roo-comp-1024" xtype="Roo.bootstrap.Element">Title</LI>
     </OL>
-    <DIV class="container" xbuilderid="roo-comp-1028" xtype="Roo.bootstrap.Container"></DIV>
+    <DIV class="container" xbuilderid="roo-comp-1026" xtype="Roo.bootstrap.Container"></DIV>
   </DIV>