Re: [Dynapi-Dev] layer/widget constructors and getInline

2003-02-18 Thread Raymond Irving
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

[Dynapi-Dev] layer/widget constructors and getInline

2003-02-18 Thread Benoit Marchant
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