On Fri, 2006-11-17 at 17:28 -0500, [EMAIL PROTECTED] wrote: > Hello all, > Instead of hacking the api code , how can I control the dimensions of > the bubble(height,width, etc). > I found a thread in the archives but the link to the example was dead.
In the JavaScript of your webpage:
function onLoad()
{
[...]
theme.event.bubble.width = x;
theme.event.bubble.height = y;
[...]
}
where x and y are integers expressed in pixels.
- VAB
signature.asc
Description: This is a digitally signed message part
_______________________________________________ General mailing list [email protected] http://simile.mit.edu/mailman/listinfo/general
