projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f57720
)
Attempt to inhibit the display of the sole facet's title.
author
Mike Taylor
<mike@indexdata.com>
Thu, 12 Jun 2014 12:02:37 +0000
(13:02 +0100)
committer
Mike 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
patch
|
blob
|
history
diff --git
a/examples/htdocs/mkws-widget-credo.js
b/examples/htdocs/mkws-widget-credo.js
index
1ff08b7
..
0d8c3e6
100644
(file)
--- a/
examples/htdocs/mkws-widget-credo.js
+++ b/
examples/htdocs/mkws-widget-credo.js
@@
-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>');