Example on drag and drop in dojo framework?



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

Post New Answer

More Dojo Toolkit Interview Questions

Which resources do a widget consists?

1 Answers  


When should you use dojo?

1 Answers  


Example on color picker in dojo framework?

1 Answers  


Explain about environment-specific libraries in dojo?

1 Answers  


What is dijit?

1 Answers  


What is and why dojo toolkit ?

1 Answers  


What is the use of modules in dojo?

1 Answers  


what are application support libraries in Dojo?

1 Answers  


How to setup dojo application?

1 Answers  


List out some of the Dijit Layout widgets?

1 Answers  


Where from downloading dojo?

1 Answers  


What is dojo toolkit?

1 Answers  


Categories