Select to view content in your preferred language

Disable popup when editing graphic

645
1
09-21-2012 01:00 PM
BenFousek
Deactivated User
Is it possible to disable the popup while editing a graphic? It's a pain to close the popup every time a graphic is clicked on for geom editing.

disableMouseEvents() disables all mouse events on the layer, so editing is disabled as well.

Thanks
0 Kudos
1 Reply
BenFousek
Deactivated User
dojo.connect(draw.edittoolbar, 'onActivate', function() { app.map.infoWindow.hide() });
0 Kudos