X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=examples%2Fhtdocs%2Fmkws-widget-credo.js;h=052aaec0f682fb49a9b2005504d7d912f28d5f31;hb=ea8a7ef33c27b8b1b1db76e2197e256496c481ad;hp=f8efb57b5519b88c29369c27d459437902752955;hpb=967e58eeb2f1adc26266817db19ac426e7be6860;p=mkws-moved-to-github.git diff --git a/examples/htdocs/mkws-widget-credo.js b/examples/htdocs/mkws-widget-credo.js index f8efb57..052aaec 100644 --- a/examples/htdocs/mkws-widget-credo.js +++ b/examples/htdocs/mkws-widget-credo.js @@ -32,7 +32,7 @@ mkws.registerWidgetType('Credo', function() { {{/mkws-first}}\
\ \ -

{{md-title}}

\ +

{{{md-title}}}

\ \ '); @@ -47,7 +47,7 @@ mkws.registerWidgetType('Credo', function() { this.subwidget('Reference', { _team: 'ref', paragraphs: 1 }))); // The Images widget needs to be in our team so we can set its template s.push(section('image', 'Images', - this.subwidget('GoogleImage', { maxrecs: 4, template: 'CredoImage' }))); + this.subwidget('GoogleImage', { maxrecs: 3, template: 'CredoImage', target: 'google_images_js' }))); s.push(''); s.push(''); @@ -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('');