I have a requirement where I need to use JSONP as a datasource for a 
timeline view.

I am taking the default example and trying to modify it to fit my 
conditions see code:

tl.loadJSON("http://[NOT THIS SERVER]/src/main/webapp/sampleData.json", 

                    function(json, url) { eventSource.loadJSON(json, url); 
} );


Is there a way to load JSONP, even if I have to use DOJO or JQuery to load 
the JSONP, and then stuff that result in this Timeline some how?

 

-- 
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/simile-widgets?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to