Wednesday, April 6, 2011

Flex Drag Drop: Item is moved instead of copy/How to set the action on drag-drop

Write a dragOverHandler and with in the handler set the action using DragManager.showFeedback(). The possible values for action are:

DragManager.COPY
DragManager.LINK
DragManager.MOVE
DragManager.NONE