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 |
Which resources do a widget consists?
When should you use dojo?
Example on color picker in dojo framework?
Explain about environment-specific libraries in dojo?
What is dijit?
What is and why dojo toolkit ?
What is the use of modules in dojo?
what are application support libraries in Dojo?
How to setup dojo application?
List out some of the Dijit Layout widgets?
Where from downloading dojo?
What is dojo toolkit?