OOzy Pal wrote:
> How can I change the time format in the bubble?
>
>   
Take a look at the end of
    http://simile.mit.edu/timeline/api/scripts/sources.js

You need to implement this function:

    Timeline.DefaultEventSource.Event.prototype.fillTime = 
function(elmt, labeller) {
       ...
    };

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

Reply via email to