John,

Perhaps I'm missing something about what you're trying here, but my 
understanding is that the json object that Timeline expects is quite 
different from that for Exhibit. it's described at 
http://code.google.com/p/simile-widgets/wiki/Timeline_EventSources.

like this:
{
   'wiki-url':"http://simile.mit.edu/shelf/";,
   'wiki-section':"Simile JFK Timeline",
   'dateTimeFormat': 'Gregorian',
   'events': [
     {
        'start':"Sat May 20 1961 00:00:00 GMT-0600",
        'title':"'Bay of Pigs' Invasion",
        'durationEvent':false // Notes: not "false". And no trailing comma.
      }, {
        'start':"Wed May 01 1963 00:00:00 GMT-0600" ,
        'end':"Sat Jun 01 1963 00:00:00 GMT-0600" ,
        'durationEvent':true,
        'title':"Oswald moves to New Orleans",
        'description':"Oswald moves to New Orleans, and finds employment at 
the William B. Riley Coffee Company. <i>ref. Treachery in Dallas, p 
320</i>"
      }, {
       ...
      } ]    // Note: Do NOT include a trailing comma! (Breaks on IE)
}

Jon

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to