What's new? | Help | Directory | Sign in
Google
flex-drag-n-drop-lib
drag n' drop lib for actionScript 3 and Flex 2
  
  
  
  
    
Show all Featured Wiki Pages:
classManifest
Links:
Join project
Project owners:
  jwopitz

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

2008.03.26