No expert here either, but I have managed some event customisation.
Unless you've customised the Event object, you appear to be offering
undefined properties, such as:
>         eventDate,  (twice!)
>         isDuration,  (deprecated now for new boolean durationEvent)
>         bar_Title,  (do you mean 'title'?)
>         bubble_Description,  (do you mean 'description'?)
>         Link,  (I think you mean 'link' - note case of label)
>         bar_Color,
>         bar_text_Color,
>         hoverText,
>         );

Look at http://www.simile-widgets.org/wiki/Timeline_EventSources for
build-in event parameters.

Look at example 
http://www.simile-widgets.org/timeline/examples/test_example/test.html
for usage of duration bar images, specifically "Test 4". It's source
JSON data looks like this:

        {'start': '1885',
        'end': '1925',
        'title': 'Test 4',
        'description': 'Test 4: tapeImage, caption, classname
attributes',
        'image': 'http://images.allposters.com/images/CORPOD/
IX001463_b.jpg',
        'link': 'http://www.allposters.com/-sp/Castor-Et-Pollux-
Posters_i831718_.htm',
        'tapeImage': 'blue_stripes.png',
        'tapeRepeat': 'repeat-x',
        'caption': "This is the event's caption attribute.",
        'classname': 'hot_event'
        },

I hope that helps.

In my usage (no public example - yet) I use the bundled api but after
the call load a customised sources.js which allows me to put custom
elements into the event bubble and do thinks like suppress the
wikilikin at the bottom of the bubble's content. I've not yet tried
stripe artwork.

Regards

Mark

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