<?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: How to Dynaically Fire a dojo Event? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-dynaically-fire-a-dojo-event/m-p/348422#M32210</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shaning,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Use this.&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;btnSearch.click();&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Feb 2019 15:17:22 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2019-02-12T15:17:22Z</dc:date>
    <item>
      <title>How to Dynaically Fire a dojo Event?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-dynaically-fire-a-dojo-event/m-p/348421#M32209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the code below, a dojo button is defined.&lt;/P&gt;&lt;PRE lang="HTML" style="margin-top: 0px;"&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;div&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN&gt;id&lt;/SPAN&gt;&lt;SPAN&gt;="&lt;/SPAN&gt;&lt;SPAN&gt;divAttributeQueryButton"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;  &lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;table&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN&gt;style&lt;/SPAN&gt;&lt;SPAN&gt;="&lt;/SPAN&gt;&lt;SPAN&gt;width: 100%;"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;	&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;tr&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;          &lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;td&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN&gt;style&lt;/SPAN&gt;&lt;SPAN&gt;="&lt;/SPAN&gt;&lt;SPAN&gt;text-align: center"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;	    &lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;button&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN&gt;data-dojo-type&lt;/SPAN&gt;&lt;SPAN&gt;="&lt;/SPAN&gt;&lt;SPAN&gt;dijit/form/Button"&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN&gt;data-dojo-props&lt;/SPAN&gt;&lt;SPAN&gt;="&lt;/SPAN&gt;&lt;SPAN&gt;iconClass:'fa fa-search fa-fw',showLabel:true,disabled:true"&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN&gt;data-dojo-attach-point&lt;/SPAN&gt;&lt;SPAN&gt;="&lt;/SPAN&gt;&lt;SPAN&gt;btnSearch"&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN&gt;data-dojo-attach-event&lt;/SPAN&gt;&lt;SPAN&gt;="&lt;/SPAN&gt;&lt;SPAN&gt;click:onSearch"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;${i18n.Buttons.search}&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;/button&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;          &lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;/td&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;	&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;/tr&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;   &lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;/table&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;/div&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;Is it possible to dynamically fire its click event when clicking a point on the map (meanwhile popout the Identify box)? Thanks if you can provide the hint!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2019 15:09:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-dynaically-fire-a-dojo-event/m-p/348421#M32209</guid>
      <dc:creator>ShaningYu</dc:creator>
      <dc:date>2019-02-12T15:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to Dynaically Fire a dojo Event?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-dynaically-fire-a-dojo-event/m-p/348422#M32210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shaning,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Use this.&lt;SPAN style="border: 0px; font-weight: inherit; font-size: 14px;"&gt;btnSearch.click();&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2019 15:17:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-dynaically-fire-a-dojo-event/m-p/348422#M32210</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-02-12T15:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to Dynaically Fire a dojo Event?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-dynaically-fire-a-dojo-event/m-p/348423#M32211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved.&amp;nbsp; Thanks to Robert!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2019 18:55:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-dynaically-fire-a-dojo-event/m-p/348423#M32211</guid>
      <dc:creator>ShaningYu</dc:creator>
      <dc:date>2019-02-12T18:55:51Z</dc:date>
    </item>
  </channel>
</rss>

