Hi Benoit,
> Passing agruments via getInLine() to Dynlayer:
---
Why would you want to do that? All the common
properties (html,x,y,w,h,color) of the DynLayer will
be overwritten by DynLayer._updateValues() which is
called from DynLayer.getInline().
Not
Hi
I've been playing with a widget that can be initialized from an inline
div. The reason I'm looking at that is that I can generate dynamically
divs on the server side, and there's a HUGE speed difference between
initializing Dynlayers on existing div in the html compared to create
everything