dojo drag and drop [closed]
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this questionhey , i have a prob开发者_运维技巧lem i want to make a drag and drop between 2 containers and then select the dropped item values , what is the best tutorial for that i need it in dojo framework can any one help me ?? please
For reference,
- comprehensive explanation of dojo/dnd, and how to leverage it in real applications. The author builds the “shopping cart” in several iterations commenting code snippets and providing full source code for all examples. : Drag and drop with Dojo
- online demo (declarative): Dojo Drag and Drop declarative demo
- online demo (programmatic): Dojo Drag and Drop programmatic demo
When I was searching info about DnD in dojo I found this blog post really helpful.
Check it out: Dojo DnD Tutorial - part 1
Hope it helps you as well!
Cheers,
//Daniel
精彩评论