Smith, Christopher (GE Indust, ConsInd) wrote:
> Team,
>  
> Is there a way to configure the starting point of a timeline; that is,
>  
> Question #1. How does the timeline know where to start its display? 
> Can a date be chosen to be a starting point?
If the date currently at the center of the timeline is before the 
earliest event, the timeline scrolls to the earliest event. Otherwise, 
if the date currently at the center is after the latest event, the 
timeline scrolls to the latest event. Otherwise it doesn't scroll.

Right now, unfortunately, the Timeline extension does not support 
configuring that starting point.
 
> Question #2. Is there a way the timeline to have the begin date for an 
> item to be centered in the timeline during its selection?
>  
>                     Sometimes, I see this and other times, I see the 
> end date of an item ..depending of the direction of the scrolling of 
> the item in view.
What you've observed is due to that logic above.

How do you want that configuration to be (in HTML)? I mean, could you 
express the features you want by completing this code below:

    <div ex:role="view"
       ex:viewClass="Timeline"
       ...
        ></div>

David
_______________________________________________
General mailing list
[email protected]
http://simile.mit.edu/mailman/listinfo/general

Reply via email to