BrianBunker / cmv-widgets

Widgets based on the Esri jsapi, configured for the Configurable Map Viewer. Widgets include Drag and Drop, Goto, Map Navigation Hash, and Nearby.
https://brianbunker.github.com/cmv-widgets
MIT License
18 stars 24 forks source link

DroppedItem.js VS. DnD.js #41

Open cici004 opened 7 years ago

cici004 commented 7 years ago

I am trying to add a button to the current drapanddrip dialog. The action is when I click on the button a event will be triggered. But I got lost on the current js structure. I saw there are two js files DroppedItem.js and DnD.js. Which on should I focus on?

Thanks