1 I am unable to figure out how to show dates as only the year. I figure
it should be
ex:formats="date { template: 'yyyy'; show: date }"
but I try it in various places and it doesn't work.
Where can I put it? 2 I would like to create some hot zones. Unfortunately, I'm an old C++ programmer lost in this web world. Can I do it with ex statements. If not, I am using wordpress and don't know where to put the onload function that I found. Attached are the two files containing my implementation. It can be seen at http://uumarblehead.org/tricent/?page_id=1366 Many thanks -- You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group. To view this discussion on the web visit https://groups.google.com/d/msg/simile-widgets/-/0fptJ6FEM0wJ. 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.
This is before the head section of the page
<link
rel="exhibit/data"
type="application/jsonp"
href="https://spreadsheets.google.com/feeds/list/0AgV8Hj2sidr8dFRPMjRFNURRNlN5TF8yY1hjN0hqdWc/od6/public/basic?alt=json-in-script"
ex:converter="googleSpreadsheets" />
<script src="http://static.simile.mit.edu/exhibit/api-2.0/exhibit-api.js"
type="text/javascript"></script>
<script
src="http://static.simile.mit.edu/exhibit/extensions-2.0/time/time-extension.js"></script>
<<attachment: custom_functions.php>>
