Hello Dave,

> May someone can show me how to hide the Date-Fields in Bubbles?
They are in a div with class timeline-event-bubble-time. You can just
add the following to your CSS to have them hidden:

.timeline-event-bubble-time {
  display: none;
}

If you want to suppress the dates alltogether, you'll have to modify the
fillInfoBubble() function in the Event class, I think.

Alternatively, if you just want to change the format, you can create
your own labeller. Have a look at the labelPrecise() function in the
GregorianDateLabeller class to see how the date is formatted.

Hope this helps,
Jonas

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

Reply via email to