X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fmkws-widget-termlists.js;h=575a655a2218d6c436f0b8e1849f5b1536644572;hb=505dd4d0dc3a94c36f1730ec9c48b9f4990d8bac;hp=4052251142361921cb291163655ad2b5e92f38a9;hpb=8add358598355ffee140cd0156051c053018c65c;p=mkws-moved-to-github.git diff --git a/src/mkws-widget-termlists.js b/src/mkws-widget-termlists.js index 4052251..575a655 100644 --- a/src/mkws-widget-termlists.js +++ b/src/mkws-widget-termlists.js @@ -1,12 +1,12 @@ -mkws.registerWidgetType('Termlists', function() { +mkws.registerWidgetType('termlists', function() { // Initially hide the termlists; display when we get results var that = this; var team = this.team; - team.queue("termlists").subscribe(function(data) { + team.queue("facets").subscribe(function(data) { that.node.addClass("active"); }); - var template = team.loadTemplate(this.config.template || "Termlists"); + var template = team.loadTemplate(this.config.template || "facets"); this.node.html(template({ team: team.name(), facets: this.config.facets @@ -15,7 +15,7 @@ mkws.registerWidgetType('Termlists', function() { }); -mkws.registerWidgetType('Facet', function() { +mkws.registerWidgetType('facet', function() { var facetConfig = { xtargets: [ "Sources", 16, false ], subject: [ "Subjects", 10, true ], @@ -33,7 +33,7 @@ mkws.registerWidgetType('Facet', function() { return '[Widget ' + team.name() + ':' + that.type + '(' + name + ')]'; }; - team.queue("termlists").subscribe(function(data) { + team.queue("facets").subscribe(function(data) { data = data[name]; var terms = []; var teamName = team.name(); @@ -62,12 +62,12 @@ mkws.registerWidgetType('Facet', function() { if (that.config.template) { template = team.loadTemplate(that.config.template); } else { - template = team.loadTemplate("Facet-" + caption); + template = team.loadTemplate("facet-" + name); if (template) { - that.log("Using Facet-" + caption + " template.") + that.log("Using facet-" + name + " template.") } else { - that.log("No " + caption + " specific template, using default.") - template = team.loadTemplate("Facet"); + that.log("No " + name + " specific template, using default.") + template = team.loadTemplate("facet"); } } that.node.html(template({