All you java-script wizards out there,
I just discovered I could call
function centerTimeline(date) {
tl.getBand(0).setCenterVisibleDate(Timeline.DateTime.parseGregorianDateTime(date));
}
from a link (properly escaped) within the content of a bubble, thus:
Move the timeline to: <a href="javascript:centerTimeline(1608);"
>1608</a>
which is simple and cool, but what I would like to do is scroll to a date
and open the bubble of a particular event there. My slender js skills are
a bit overwhelmed. Can anyone suggest a similarly straightforward way to
do this?
Jon
_______________________________________________
General mailing list
[email protected]
http://simile.mit.edu/mailman/listinfo/general