Shyam,

A member of the board was helping me to do the same thing. This was his
answer [the font size may not be important to you as that was another part
of the question I asked]:

Some of the issues you name can be addressed using CSS. For others,
you'll have to dig into the javascript code.

> 1. My timeline, which I believe is using default setting [I have defined
> by event bar colors in my XML however] is placing my text below the
> event bar at a rather large font size. In addition, my event duration
> bars are very thin. To illustrate the point, here is a screen shot:

The font size of timeline labels can be adjusted using CSS:
.timeline-event-label {
 font-size: 80%;
}

For the height of a tape, you can ajust your theme's event.tape.height
and event.track.height setting.

To paint the label on the same height as the tape, I guess you'll have
to dig into the javascript code. I wouldn't know precisely how to do it,
but you could probably start from the
Timeline.OriginalEventPainter.prototype._paintEventLabel function in the
original-painter.js file.



----------------------------------------------------------------
pasquale j. festa
msis, information studies.
ba, art history.
w: http://www.ischool.utexas.edu/~pfesta/home.html
e: [email protected]
p: 512.903.4131




> >
>

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