Hey everybody,
I am trying to dynamically change the draw tooltips. I know if I just want to change the text one time I can access it by using
i.e.
esri.bundle.toolbars.draw.resume = "New text here";
But what If I want to change the innerHTML constantly during a mouse-move event?
Would I have to access it like this?
dojo.byId ("whatever the id of the draw tool tooltip is for resume").innerHTML = evt.x;
I am having a hard time finding the Id. Or is there a different way to do this?
Thanks!
Tim