I refer to the Timeline source code at: http://code.google.com/p/simile-widgets/
Browse the source code and download: http://code.google.com/p/simile-widgets/source/browse/timeline/tags/2.3.1/timeline_source.zip Unzip and look in the path below. --Mike On Aug 23, 2011, at 1:36 PM, StephenBD wrote: > Many thanks Mike. Sorry to be useless but where do I find the js file > you told me to look at? > > - Stephen > > On Aug 23, 5:04 pm, Michael Nosal <[email protected]> wrote: >> Timeline comes with support for Gregorian calendar support. Other calendars >> would require you to write custom javascript, namely an EtherPainter and a >> DateLabeller, for each calendar type you wish to use. >> >> If you look at timeline_2.3.1/src/webapp/api/scripts/ext/japanese-eras.js >> you can see an example of what is required to support a different calendar >> style. >> >> Each band can display one EtherPainter at a time, and use one labeller at a >> time. >> >> You can have a timeline with multiple bands, each with a different calendar >> type. Or you can use one band and dynamically change the calendar type >> shown, such as through a dropdown. >> >> --Mike >> >> On Aug 20, 2011, at 10:56 AM, StephenBD wrote: >> >> >> >> >> >> >> >>> I'm new, so sorry if this has been covered somewhere and I have failed >>> to find it. >> >>> What is the support for multiple calendar calibrations, such as >>> gregorian, julian, hebrew, islamic etc dates? Can more than one >>> calibration be shown at once? >> >>> Thanks! >> >>> Stephen > > -- > 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. > -- 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.
