|
|
dNdLib
If you are looking for drag n' drop functionality for your Flex RIA much like iGoogle then dNdLib is for you.
dNdLib is very easy to use. Place any UIComponent child within your DnDContainers. In order to execute a drag n' drop, you have the dragable child do the following:
<child mouseDown="DnDManager.getInstance().doDrag(event)"/>
Make sure your DnDContainers have, at the very least, a background color w. alpha set to 0 in order to properly work.
note
This library has dependencies on the mx_framework which means you will not be able to use this library for as3 flash-based projects.
News/Updates
2008.04.15
- A few folks have emailed me requesting some additional features. If you, like they, are not happy with the current feature set, make sure to shoot me an email with some suggestions at jwopitz (at) gmail (dot) com. I'll be happy to take a look and see what we can do for future releases.
2008.03.26
- Added docs
- Added asdoc comments to src
