TE Menu


Another blog on Lotus Notes Technologies

Add a Tag Clould to your application

John Turnbow  May 3 2009 07:20:11 PM
I had to add a tag cloud to an application very quickly.  I came across Ferdi Christant's post and was able to implement it very quickly although unfinished.  The only thing missing were the links when you select one of the tags.  First I modified the code to fit my application.  What I did to complete it was to add a view to search and then added a $$SearchTemplateDefault (could have specified the view - up to you).  Then, in the JSHeader I replaced the "your URL here" to  TagSearch?SearchView&Query='+ tag +'.  That was all that was needed to finish it off.

Thanks Ferdi!