Right-click context menus

636
2
02-12-2018 05:26 PM
DanielOchoa
Occasional Contributor

Does anyone have any info or success stories on implementing a right-click context menu in WABD, using a widget or a change in code? Where a user can right click anywhere on a map and get elevation, coordinates, etc?

0 Kudos
2 Replies
RobertScheitlin__GISP
MVP Emeritus

Daniel,

   Right click context menus are hard in any web app because you have to intercept and prevent the browsers context menu. I would no recommend wasting time on this route.

0 Kudos
BatesRambow2
New Contributor III

I haven't implemented this in the context of WABD, but I'm actually looking into this right now as well.  

Dojo has a Menu Dijit that is specifically for right-click context menus, so it should be possible.  

0 Kudos