DragManager « Development « Flex
Home
Flex
1.
Chart
2.
Components
3.
Container
4.
Data Model
5.
Development
6.
Effects
7.
Event
8.
Graphics
9.
Grid
10.
Style
Flash / Flex / ActionScript
Flash Tutorials
Flex
»
Development
»
DragManager
Screenshots
1.
Use DragManager.acceptDragDrop to accept drop target
2.
Use DragManager.showFeedback to show user feed back when drag and drop
3.
DragManager.showFeedback(DragManager.LINK);
4.
DragManager.showFeedback(DragManager.COPY);
5.
DragManager.showFeedback(DragManager.MOVE);
6.
Do the drag with DragManager
7.
DragManager.acceptDragDrop
8.
Use DragManager Class and define your own format
9.
Canvas drag and drop by using DragManager
10.
Style for DragManager
java2s.com
|
|
Contact Us
|
Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.