Select to view content in your preferred language

Turn of tooltip for the add graphic

761
3
02-15-2011 12:18 AM
AnnikaHermodsson
Esri Contributor
How do I turn of the tool tip for the add graphic? The one that says "Click to start drawing". I don´t want this text box and the other two following this one to show when my users start drawing.
0 Kudos
3 Replies
HemingZhu
Frequent Contributor
How do I turn of the tool tip for the add graphic? The one that says "Click to start drawing". I don´t want this text box and the other two following this one to show when my users start drawing.


toolbar = new esri.toolbars.Draw(map, {
    showTooltips: false
  });
0 Kudos
AnnikaHermodsson
Esri Contributor
Thanks that was easy!
0 Kudos
MarioObendorfer
Emerging Contributor
Hi,

your answer is already answered but I have another point on these tooltips. A nice feature for the tts would be a built in way for l10n and not only the posibility for turning a tt on or off. Sure ... setting up a custom tt on a mouseover is not that hard to code, but I think l10n in tt's would be a commonly used feature.

Are there any plans on this for future versions?

Greets Tol
0 Kudos