Florian Fangohr wrote: > Hello, > > I posted about this topic before but maybe it was too cryptic of a > description: > I have the problem that links of the timeline description are much too > long and leave little space for the timeline to be dragged. > > In the picture below the red outlines show linked areas: > http://fangohr.com/timeline/PleaseLetMeDragTheTimeline.png > > Is there a way to: > > A) only make the dot active for clicking Unfortunately, no, unless you override Timeline.DurationEventPainter.prototype.paint in http://simile.mit.edu/timeline/api/scripts/painters.js > > or… > > B) decrease the length of the div overshooting the title. This is possible by modifying the "theme" object. theme.event.label.width = 100; // in pixels
I think there's a way to make the length of the div fit the text label, but I don't have time right now to investigate. Another work-around for your case is to create another band just for dragging... but of course it's a hack. David _______________________________________________ General mailing list [email protected] http://simile.mit.edu/mailman/listinfo/general
