Select to view content in your preferred language

Measurement Tool js v2.5 methods not working.

715
1
12-01-2011 06:53 AM
JohnRubin
Deactivated User
The tool does not respond to the method , measurement.hideTool("location");

or the the command ,
var location = dojo.query('[widgetid=\"location\"]')[0];
location.parentNode.removeChild(location);
0 Kudos
1 Reply
KellyHutchins
Esri Notable Contributor
This is a bug at 2.5, you should be able to workaround this issue like this:
esri.hide(measurement[�??location�?�].domNode). 
0 Kudos