<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Tool tips on buttons? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tool-tips-on-buttons/m-p/219806#M20383</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;They look like dojo buttons. If they are, you can get html style tooltips by setting the title parameter.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;new Button({
&amp;nbsp; label: 'My Button',
&amp;nbsp; title: 'Click this button to do something cool',
&amp;nbsp; iconClass: 'iconCool',
&amp;nbsp; onClick: function () {
&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp; }
})&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;[HTML]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;div data-dojo-type="dijit/form/Button" data-dojo-props="label: 'My Button', title: 'Click this button to do something cool', iconClass: 'iconCool', onClick: function () { }"&amp;gt;&amp;lt;/div&amp;gt;[/HTML]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 10:43:28 GMT</pubDate>
    <dc:creator>BenFousek</dc:creator>
    <dc:date>2021-12-11T10:43:28Z</dc:date>
    <item>
      <title>Tool tips on buttons?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tool-tips-on-buttons/m-p/219805#M20382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a navigation toolbar set up that contains icons over buttons.&amp;nbsp; Is there a simple way to incorporate tooltips on when I do a mouse hover over the button? Any feedback would greatly be appreciated. Here is what my toolbar looks like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]27754[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 17:07:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tool-tips-on-buttons/m-p/219805#M20382</guid>
      <dc:creator>IanPeebles</dc:creator>
      <dc:date>2013-09-25T17:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Tool tips on buttons?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tool-tips-on-buttons/m-p/219806#M20383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;They look like dojo buttons. If they are, you can get html style tooltips by setting the title parameter.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;new Button({
&amp;nbsp; label: 'My Button',
&amp;nbsp; title: 'Click this button to do something cool',
&amp;nbsp; iconClass: 'iconCool',
&amp;nbsp; onClick: function () {
&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp; }
})&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;[HTML]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;div data-dojo-type="dijit/form/Button" data-dojo-props="label: 'My Button', title: 'Click this button to do something cool', iconClass: 'iconCool', onClick: function () { }"&amp;gt;&amp;lt;/div&amp;gt;[/HTML]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 10:43:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tool-tips-on-buttons/m-p/219806#M20383</guid>
      <dc:creator>BenFousek</dc:creator>
      <dc:date>2021-12-11T10:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: Tool tips on buttons?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tool-tips-on-buttons/m-p/219807#M20384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Duplicate answer&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 17:33:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tool-tips-on-buttons/m-p/219807#M20384</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2013-09-25T17:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Tool tips on buttons?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tool-tips-on-buttons/m-p/219808#M20385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the responses.&amp;nbsp; I had actually figured it out, but couldn't delete the thread in time.&amp;nbsp; The thing that worked for me was:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; title="Zoom In" within the DIV and that was it.&amp;nbsp; When hovering over the icon, a tooltip shows up.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 18:08:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tool-tips-on-buttons/m-p/219808#M20385</guid>
      <dc:creator>IanPeebles</dc:creator>
      <dc:date>2013-09-25T18:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: Tool tips on buttons?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tool-tips-on-buttons/m-p/219809#M20386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Glad the issue was resolved and thank you for posting your solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Make sure you mark this thread as 'answered' to help future users of this forum.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Sep 2013 18:59:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/tool-tips-on-buttons/m-p/219809#M20386</guid>
      <dc:creator>JonathanUihlein</dc:creator>
      <dc:date>2013-09-25T18:59:12Z</dc:date>
    </item>
  </channel>
</rss>

