Answer Posted / 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 |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category