Guessing that you're using "standalone" Timeline widget. The solution that I suggested is for Exhibit with the Timeline extension.
For standalone Timeline, take a look at this example: http://www.simile-widgets.org/timeline/examples/test_example2/test_example2.html Specifically, these lines are what you should look for: theme1.timeline_start = new Date(Date.UTC(1850, 0, 1)); theme1.timeline_stop = new Date(Date.UTC(4480, 0, 1)); -Mark On Aug 6, 7:41 am, pedroparamo <[email protected]> wrote: > Where do I find the "Timeline view" <div> tag? Please explain. > > Thanks. > > Pedro > > On Aug 5, 7:00 pm, mleden <[email protected]> wrote: > > > > > Hi Pedro, > > > There's a nice, simple way to implement that. Just add equivalent to > > the following to your "Timeline view" <div> tag: > > ex:start="concat(.start, 'Z')" > > ex:end="concat(.end, 'Z')" > > (Where .start and .end are the date values in question.) > > > HTH, > > -Mark > > > On Aug 5, 9:26 am, pedroparamo <[email protected]> wrote: > > > > Is there a way to limit the length of the timeline? Say I only want > > > to be able to move or scroll to 2030--I have no events beyond that. > > > How would I do that? > > > > Thanks. > > > > Pedro- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
