X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=examples%2Fhtdocs%2Fmkws-widget-credo-bs.js;h=14ba78182b6de38dc11cf308dc7aacc32572fd3f;hb=7e580976f413174861a11a6eb567b4879948fe6c;hp=893ceef68296403fea6bb277c1047e25dcbc87a5;hpb=62308e996564352b637f340d286ea1616f903cd3;p=mkws-moved-to-github.git diff --git a/examples/htdocs/mkws-widget-credo-bs.js b/examples/htdocs/mkws-widget-credo-bs.js index 893ceef..14ba781 100644 --- a/examples/htdocs/mkws-widget-credo-bs.js +++ b/examples/htdocs/mkws-widget-credo-bs.js @@ -25,14 +25,14 @@ mkws.registerWidgetType('Credo', function() { var that = this; this.team.registerTemplate('CredoImage', '\ -
\ +
\ \ {{#mkws-first md-thumburl}}\ {{../md-title}}\ {{/mkws-first}}\
\
\ -

{{md-title}}

\ +

{{{md-title}}}

\
\ '); @@ -54,19 +54,19 @@ mkws.registerWidgetType('Credo', function() { s.push('
'); s.push('
'); - s.push(section('image col-md-12', 'Images', this.subwidget('GoogleImage', { maxrecs: 4, template: 'CredoImage' }))); + s.push(section('image col-md-12', 'Images', this.subwidget('GoogleImage', { maxrecs: 3, template: 'CredoImage', target: 'google_images_js' }))); s.push('
'); s.push('
'); - s.push(section('entries clearfix col-md-4 col-sm-6', 'Credo Entries', - this.subwidget('Records', { _team: 'main' }))); + s.push(section('entries clearfix col-md-4 col-sm-6', 'News', + this.subwidget('Records', { _team: 'news', targetfilter: 'categories=news', perpage: 10 }))); s.push(section('articles clearfix col-md-4 col-sm-6', 'Articles', - this.subwidget('Records', { _team: 'articles', targetfilter: 'categories=articles' }))); + this.subwidget('Records', { _team: 'articles', targetfilter: 'categories=articles', perpage: 10 }))); s.push(section('books clearfix col-md-4 col-sm-6', 'Books', - this.subwidget('Records', { _team: 'books', targetfilter: 'categories=books' }))); - s.push(section('news col-md-4 col-sm-6', 'News', - this.subwidget('Records', { _team: 'news', targetfilter: 'categories=news' }))); + this.subwidget('Records', { _team: 'books', targetfilter: 'categories=books', perpage: 10 }))); + s.push(section('news col-md-4 col-sm-6', 'Results from all targets', + this.subwidget('Records', { _team: 'main' }))); s.push('
'); this.node.html(s.join(''));