Hi - and first of all, thanks to David Huynh and everyone else who did such 
great work on the Exhibit project!
I'm stuck in a couple of places with my Presidents Exhibit adaptation and 
am hoping someone can help (sorry if these seem stupid questions :)):


   1. How can I put a background in the timeline? I found some references 
   in the forums about modifying the Theme, but cannot seem to find the 
   theme.css anywhere. Can someone tell me where it resides and if that is 
   where the modification needs to be done? 
   2. How can I add bands to the Exhibit timeline? The code for the 
   Timeline view in Exhibit is simply this:

<div ex:role="coordinator" id="president"></div> <div ex:role="view" 
ex:formats="date { mode: medium; show: date }" ex:viewClass="Timeline" 
ex:label="Terms" ex:proxy=".presidency" ex:start=".inDate" ex:end=".outDate" 
ex:colorKey=".party" ex:colorCoder="party-colors" ex:autoposition="true" 
ex:bubbleWidth="320" ex:topBandPixelsPerUnit="400" ex:selectCoordinator="
president" ex:showSummary="false" ex:timelineHeight="170" >
The "religions" example shows additional bands like this:
var d = Timeline.DateTime.parseGregorianDateTime("0"); var bandInfos = 
[Timeline.createHotZoneBandInfo({width: "7%", intervalUnit: 
Timeline.DateTime.CENTURY, intervalPixels: 70, zones: zones2, eventSource: 
eventSourceJewish, date: d, overview: true, theme: theme 
}),Timeline.createHotZoneBandInfo({width: "32%",intervalUnit: 
Timeline.DateTime.CENTURY, intervalPixels: 
250, zones: zones, eventSource: eventSourceJewish, date: d, timeZone: -6,theme: 
theme}),
...  ...




But where would I put this code to add bands?


3. It seems there should be a "themes.css" file somewhere but I'm unable to 
find it. Is there such a thing? 

Thanks in advance for your help!

- Mushtaq

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