in a panel component add startDrag() and stopDrag() in the mouse down and mouse up events respectively.
jp On Fri, May 28, 2010 at 12:56 PM, Raymond Brown <[email protected]>wrote: > > > I was looking for a way to move panels freely within a container, like the > tool on http://www.splashup.com/splashup/ and I was wondering how to do > the same. I have no interest in duplicating the site, just want to know how > to drop two or more panels into a container such that my users can move them > about freely. (The thought being if you have a toolbar - you can let users > select a button which in turn loads a module onto the container and then the > users can move the modules as they wish on the container.) > > -r > > >

