X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=examples%2Fhtdocs%2Fmkws-widget-credo.js;h=b7f8f4ff17ce42e750a1d40b520a4e79e0a9137d;hb=953b2eba5f596897c7e4373b08d78e35c9941c16;hp=5f689e287828bfd3bed7219fc878febe2c4391de;hpb=367c9dcf7040bd02c6c2cf45762879ec78e5e07f;p=mkws-moved-to-github.git diff --git a/examples/htdocs/mkws-widget-credo.js b/examples/htdocs/mkws-widget-credo.js index 5f689e2..b7f8f4f 100644 --- a/examples/htdocs/mkws-widget-credo.js +++ b/examples/htdocs/mkws-widget-credo.js @@ -6,6 +6,19 @@ mkws.registerWidgetType('Credo', function() { var that = this; + + this.team.registerTemplate('CredoImage', '\ +
\ + \ + {{#mkws-first md-thumburl}}\ + {{../md-title}}\ + {{/mkws-first}}\ +
\ +
\ +

{{md-title}}

\ +
\ +'); + var s = [] s.push(''); @@ -14,16 +27,17 @@ mkws.registerWidgetType('Credo', function() { s.push(''); s.push(''); s.push('');
'); s.push(section('encyclopaedia', 'Topic Page: ### title', - this.subwidget('Reference'))); + this.subwidget('Reference', { _team: 'ref' }))); + // 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 }))); + this.subwidget('GoogleImage', { maxrecs: 4, template: 'CredoImage' }))); s.push(''); s.push(section('mindmap', 'Create a Mind Map for ### title', '### Is there a way to make a mind-map?')); s.push(section('topics', 'Related Topics', - 1 || this.subwidget('Facet', { facet: 'subject' }))); + this.subwidget('Facet', { facet: 'subject' }))); s.push('