X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=examples%2Fhtdocs%2Fmkws-widget-credo.js;h=46e9d2981bf4edf2d3cb37d2fda6cfac61b9c6e0;hb=13b29fcfe3c38ab073a0f56fc30930d81f7798dc;hp=21a0363e56c8c59bd11d8de8c11cc77dc0e5f69f;hpb=1852d8de47d97af1144ae16f78e3eadb44308efe;p=mkws-moved-to-github.git diff --git a/examples/htdocs/mkws-widget-credo.js b/examples/htdocs/mkws-widget-credo.js index 21a0363..46e9d29 100644 --- a/examples/htdocs/mkws-widget-credo.js +++ b/examples/htdocs/mkws-widget-credo.js @@ -14,30 +14,30 @@ mkws.registerWidgetType('Credo', function() { s.push(''); s.push(section('encyclopaedia', 'Topic Page: ### title', - this.subwidget('Reference'))); + this.subwidget('Reference', { _team: 'ref' }))); s.push(section('image', 'Images', - this.subwidget('Images', { /* ### config */ }))); + this.subwidget('GoogleImage', { _team: 'img', maxrecs: 4 }))); s.push(''); 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', - this.subwidget('Facet', { facet: 'subject' }))); + 1 || this.subwidget('Facet', { facet: 'subject' }))); s.push(''); s.push(''); s.push(sectionRow('entries', 'Credo Entries', - this.subwidget('Records', { /* ### config */ }))); + 1 || this.subwidget('Records', { /* ### config */ }))); s.push(sectionRow('articles', 'Articles', - this.subwidget('Records', { /* ### config */ }))); + 1 || this.subwidget('Records', { /* ### config */ }))); s.push(sectionRow('books', 'Books', - this.subwidget('Records', { /* ### config */ }))); + 1 || this.subwidget('Records', { /* ### config */ }))); s.push(sectionRow('news', 'News', - this.subwidget('Records', { /* ### config */ }))); + 1 || this.subwidget('Records', { /* ### config */ }))); s.push(sectionRow('resources', 'Suggested Resources', - this.subwidget('Records', { /* ### config */ }))); + 1 || this.subwidget('Records', { /* ### config */ }))); s.push('');