X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=examples%2Fhtdocs%2Fmkws-widget-credo-bs.js;h=49651eac6ddf4e77b177cb2a1268c20278f87e94;hb=a5968a473c20565382cf89f72737ff01a0ee90c3;hp=5847f16816f17771aa7c5747ea65c1c9ec688238;hpb=4a12b387ac6f6afb93d91c1dfb3deadaf4a9c3bb;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 5847f16..49651ea 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: 4, template: 'CredoImage', target: 'google_images_js' }))); s.push('
'); s.push('
'); - s.push(section('entries clearfix col-md-4 col-sm-6', 'Results from all targets', - 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(''));