X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=examples%2Fhtdocs%2Fmkws-widget-credo.js;fp=examples%2Fhtdocs%2Fmkws-widget-credo.js;h=22972059bc859e73a1cd10fa50a5a2c531313b1a;hb=35cd735a8e57b598f8f8136a5aa6d25b8d052ca3;hp=f8efb57b5519b88c29369c27d459437902752955;hpb=e9a5a416f2dfcc5a5ee60a979c9b0ee2fc69119c;p=mkws-moved-to-github.git diff --git a/examples/htdocs/mkws-widget-credo.js b/examples/htdocs/mkws-widget-credo.js index f8efb57..2297205 100644 --- a/examples/htdocs/mkws-widget-credo.js +++ b/examples/htdocs/mkws-widget-credo.js @@ -59,14 +59,14 @@ mkws.registerWidgetType('Credo', function() { s.push('
'); - s.push(sectionRow('entries', 'Results from all targets', - this.subwidget('Records', { _team: 'main' }))); + s.push(sectionRow('entries', 'News', + this.subwidget('Records', { _team: 'news', targetfilter: 'categories=news', perpage: 10 }))); s.push(sectionRow('articles', 'Articles', - this.subwidget('Records', { _team: 'articles', targetfilter: 'categories=articles' }))); + this.subwidget('Records', { _team: 'articles', targetfilter: 'categories=articles', perpage: 10 }))); s.push(sectionRow('books', 'Books', - this.subwidget('Records', { _team: 'books', targetfilter: 'categories=books' }))); - s.push(sectionRow('news', 'News', - this.subwidget('Records', { _team: 'news', targetfilter: 'categories=news' }))); + this.subwidget('Records', { _team: 'books', targetfilter: 'categories=books', perpage: 10 }))); + s.push(sectionRow('news', 'Results from all targets', + this.subwidget('Records', { _team: 'main' }))); s.push('');