New issue 24 by wjwieland: Enhancement - subsequent filtering of results
http://code.google.com/p/npr-simile-timeline/issues/detail?id=24
There is a script called example.js which, when included, places a text
filter and some text highlighters on the page. I have found these to be
very helpful when narrowing down results. The file is in the src tree for
simile-timeline.
I have implemented it and it works great!
Thanks for this! I will no longer have to be disappointed when someone
refers me to a story, or I want to go back and find one. An excellent
application of this tool.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
My apologies. I this got entered as a defect. It is not.
Comment #2 on issue 24 by jgtynan: Enhancement - subsequent filtering of
results
http://code.google.com/p/npr-simile-timeline/issues/detail?id=24
Great feedback! I'll be sure to check to the timeline repository for
example.js (I
think this is it):
http://code.google.com/p/simile-widgets/source/browse/timeline/trunk/src/webapp/examples/examples.js
and hopefully, work this into the npr timeline.
I believe that is the one. About all I did to incorporate it was to add the
following to the <head> section of my page:
<script src="../scripts/examples.js" type="text/javascript"></script>
And then this to the onload() function:
setupFilterHighlightControls(document.getElementById("controls"), tl,
[0,1], theme);
Followed by this in the <body> section:
<div align="center" class="controls" id="controls"></div>
Thanks again for a great page! Already, one of my friends started using it
by
sending me a set of links that she found on a subject some of us have been
discussing.