Attempt to inhibit the display of the sole facet's title.
authorMike Taylor <mike@indexdata.com>
Thu, 12 Jun 2014 12:02:37 +0000 (13:02 +0100)
committerMike Taylor <mike@indexdata.com>
Thu, 12 Jun 2014 12:02:37 +0000 (13:02 +0100)
(Not yet working -- don't know why not.)

examples/htdocs/mkws-widget-credo.js

index 1ff08b7..0d8c3e6 100644 (file)
@@ -36,6 +36,9 @@ mkws.registerWidgetType('Credo', function() {
       </div>\
 ');
 
+  // Inhibit the display of the sole facet's title.
+  this.team.registerTemplate('facetTitle-Subject', 'doo');
+
   var s = []
   s.push('<table>');