Is it possible to add/load data sets "directly" (i.e. rather than a
separate linked JSON file or other source)? Instead of having for
example:
<link href="nobelists.js" type="application/json" rel="exhibit/data"/>
I would like to be able to do something along the lines of:
<script>
var data = { "items" : [ { label : "Burton Richter",
discipline : "Physics",
shared : "yes",
} ] };
Exhibit.load(data);
</script>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---