Would anyone be interested in a Wicket/overLIB integration library?
I've written one for work and wouldn't mind sharing it with folks. It
makes it very easy to add overLIB stuff to components, using
behaviors...
component.add(new OverlibBehavior("This is my tooltip
text").sticky().forceClose().delay(250));
This would create a tooltip with the specified text that is "sticky"
and has to be closed. It wouldn't show up for 250 milliseconds. If
anyone's interested, I can put it in wicketstuff.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]