the highlight and filtering function was not originally a part of the
timeline API. The file you are missing I think is here:
http://simile.mit.edu/timeline/examples/examples.js
Jon
> Thanks for this answer. In fact, I have this file - but it does not
> work with the 2.3.0 version of the timeline because the Timeline
> object does not have a DOM component. The error I get is:
> Error : Timeline.DOM is undefined
> Source file: http://localhost/~letondal/timeline-local/examples.js
> Line : 27
>
> So it looks like the document is not structured the same way in both
> versions.
>
Catherine,
I had forgotten this change. Looking at my own files I see that the
Timeline.DOM functionality has moved to SimileAjax.DOM. My JS expertise is
limited, but you could compare the code in examples.js with the
setupFilterHighlightControls function in my project at
http://home.myuw.net/jjcrump/Timelines/itinerary/js/itin-code.js
Perhaps that will make clear the changes you have to make.
Jon