I'm having a problem getting the timeline tapeimage to work. I'm new
to this so please excuse my lack of knowledge. I have downloaded all
of the 2.3.0 .js and am hosting them locally. All event attributes
seem to be working correctly until I try to add a caption or
tapeimage. Setting these attributes has no effect. I am loading the
events from an RSS feed from a M$ Sharepoint list. I set variables to
the values desired and then use the following to add the event:
var event = new Timeline.DefaultEventSource.Event(
eventDate,
endDate,
eventDate,
endDate ,
isDuration,
bar_Title,
bubble_Description,
image,
Link,
icon,
bar_Color,
bar_text_Color,
hoverText,
classname,
tapeImage,
tapeRepeat,
caption,
eventID,
tracknum
);
eventSource.add(event);
Any information you can give me to help me determine why nothing below
bar_text_Color has no effect would be greatly appreciated.
Thanks.
--
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.