Example on drag and drop in dojo framework?
Answer / Radhey Shyam Singhal
To implement drag and drop functionality in Dojo, you can use the dijit.DropSource and dijit.DropTarget widgets. Here's an example:nn```jsn<div data-dojo-type="dijit.DropSource" style="background: red;"></div>n<div data-dojo-type="dijit.DropTarget" style="background: green;"></div>n```
| Is This Answer Correct ? | 0 Yes | 0 No |
What is dojo toolkit?
List out some of the Dijit Layout widgets?
What are the several dijit layout widgets?
what is the basic structure in Dojo?
What is folders structure?
Distinguish between dojo and jquery.
What does all include in Dojo Architecture?
Are applications using dojo mobile accessible?
Example on color picker in dojo framework?
How much dojo do I need to know in order to use the arcgis api for javascript?
What are the most prominent features of dojo?
Which resources do a widget consists?