Some of the examples use javascript to move the timeline (via links to specific years). Such as: http://simile.mit.edu/timeline/examples/religions/jewish-history.html
Is that what you mean? I've actually been meaning to play around with building arrows that use javacript you can click on to scroll the timeline left or right. If anyone knows how to do this/seen implementations, I'd appreciate a pointer. - (a different) mark On Mon, Oct 4, 2010 at 9:32 AM, mleden <[email protected]> wrote: > Hi Ted, > > Try this (to center on today's date): > tl.getBand(0).setCenterVisibleDate(new Date()); > > -Mark > > > > On Oct 4, 5:34 am, Ted Kihm <[email protected]> wrote: > > Great tutorial and extremely helpful in pulling together a google docs > > spreadsheet as an event source for timeline. > > > > http://briancroxall.net/TimelineTutorial/TimelineTutorial.html > > > > Where I am stuck is in trying to expose the timeline so that I can > > move the timeline via javascript. > > > > I'd like to use something like: > > > tl.getBand(0).setCenterVisibleDate(Timeline.DateTime.parseGregorianDateTime(date)) > > > > It looks like the timeline actually gets created in timeline-view.js > > (part of the exhibit timeline extension). Is there a global object to > > use in place of tl or a way to create one?? > > > > http://flow.fumcweb.com/index.html > > > > Thanks for any enlightenment and/or direction! > > [email protected] > > -- > You received this message because you are subscribed to the Google Groups > "SIMILE Widgets" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<simile-widgets%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/simile-widgets?hl=en. > > -- You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/simile-widgets?hl=en.
