>> Timeline.DefaultEventSource.Event.prototype.fillInfoBubble = function(elmt,
>>theme, labeller) {
>> // define your custom infoBubble code here...
>> }
I still dont see how this will get rid of the "Discuss" link in the bubble.
The following timeline dosent have the "Discuss" link in the bubble. Is there a
specific line that gets rid of this link?
http://antietam.aotw.org/campaignEvents.xml
Is there something that gets rid of the link in this (from this website)?:
var theme = Timeline.ClassicTheme.create();
theme.event.bubble.width = 420; theme.event.bubble.height = 220;
theme.event.track.height = 1.5; theme.event.track.gap = 0.1;
theme.event.instant.lineColor = "#990000";
theme.event.duration.color = "#990000";
theme.event.instant.impreciseColor = "#990000";
theme.event.instant.impreciseOpacity = 20;
theme.event.label.insideColor = "white";
theme.event.label.outsideColor = "#666633";
theme.event.instant.icon = "../images/star_gray.gif";
theme.ether.interval.weekend.opacity = 0;
theme.ether.highlightColor = "#FFFFF0";
theme.ether.highlightOpacity = 100; theme.ether.backgroundColors =
[ "#FFFFF0", "#CCCC99" ];
Thanks
Jeff Roehl
--
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.