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.
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 });
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.