src/widgets/Tagcloud.js
branchnew-model
changeset 906 4b6e154ae8de
parent 883 d35ad8111c5e
child 908 f56199193fad
--- a/src/widgets/Tagcloud.js	Mon May 21 13:17:47 2012 +0200
+++ b/src/widgets/Tagcloud.js	Tue May 22 16:49:48 2012 +0200
@@ -7,7 +7,7 @@
 
 IriSP.Widgets.Tagcloud.prototype.template =
     '<div class="Ldt-Tagcloud-Container"><ul class="Ldt-Tagcloud-List">'
-    + '{{#words}}<li class="Ldt-Tagcloud-item" content="{{word}}" style="font-size: {{size}}px">{{word}}</li>{{/words}}'
+    + '{{#words}}<li class="Ldt-Tagcloud-item Ldt-TraceMe" trace-info="tag:{{word}}" content="{{word}}" style="font-size: {{size}}px">{{word}}</li>{{/words}}'
     + '</ul></div>';
 
 IriSP.Widgets.Tagcloud.prototype.defaults = {