Thanks, Matt, I appreciate it! I have another question -- is there a way to force single events onto a duration event? Here's my example again:
http://gpence.com/VisiGen/timeline_example.html This is a genealogy application and I'd like all of the events to be ON the person's life event. Is there a way to force the events to another event? Ideally, I'd like to see the smaller events show up as green dots on the green line. Thanks, Glenn On Thu, Oct 3, 2013 at 10:45 AM, Matt Denman <[email protected]>wrote: > For standard icons like green-circle.png, the event element should have > icon="green-circle.png" without any pathing info. The plugin will worry > about where such icons are. If you want to provide a custom icon, you > should provide a path that starts with / and is to resource on your site > that will return the image. > > > > On Tue, Sep 24, 2013 at 10:03 PM, Glenn Pence <[email protected]>wrote: > >> Sorry, the link dropped the final letter... >> >> http://gpence.com//VisiGen/timeline_example.html >> >> Glenn >> >> >> On Tuesday, September 24, 2013 9:00:41 PM UTC-5, Glenn Pence wrote: >>> >>> Hi Matt, >>> >>> Excellent work you've done on cleaning up the timeline -- well done! I >>> have two questions which seem to be stumping me (although I'll admit it's >>> been quite some time since I worked with javascript): >>> >>> 1) my icons don't seem to be working. They did in an initial prototype, >>> but then they disappeared. I *thought* it must be a case of having a >>> wrong path, but I've tried everything I can think of and they aren't >>> re-appearing. Here's an example of the calling code: >>> >>> >>> <event start="Sep 21, 1961 00:00:00 GMT" >>>> title="Third Child" >>>> bubbleTitle="Third Child Born" >>>> icon="images/green-circle.png" >>>> > >>>> ... text content here ... >>>> </event> >>>> >>> >>> 2) I'm trying to build a timeline for my family genealogy and I'd like >>> for the events to show up on the timeline stripe (I would use the green dot >>> on the green stripe, for example). Is there a way to align the events in >>> this manner? >>> >>> Here's my current example: http://gpence.com//VisiGen/** >>> timeline_example.htm <http://gpence.com//VisiGen/timeline_example.htm>l >>> >>> Many thanks, >>> Glenn >>> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "SIMILE Widgets" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/simile-widgets/7rEoytCK88c/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> To post to this group, send email to [email protected]. >> Visit this group at http://groups.google.com/group/simile-widgets. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- > You received this message because you are subscribed to a topic in the > Google Groups "SIMILE Widgets" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/simile-widgets/7rEoytCK88c/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/simile-widgets. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/simile-widgets. For more options, visit https://groups.google.com/groups/opt_out.
