<?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: Call function from Infowindow actionpane in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/call-function-from-infowindow-actionpane/m-p/143778#M13370</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you -- I corrected that to "inline" but&amp;nbsp;that did not solve the problem.&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;The Zoom to displays in any case, without adding special css. But still no other action displays.&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;Like I said above, I can get the action to display if I use something like this example:&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;   &lt;PRE class="" style="color: #4d4d4d; background: #fafafa; border: 2px solid #dddddd; margin: 0.5em 0.5em 0.5em 0px; padding: 0.5em 0px 0.5em 0.5em;"&gt;&lt;SPAN class="" style="color: #595959; border: 0px; font-weight: inherit; margin: 0px; padding: 0px;"&gt;customActions &lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600; border: 0px; font-weight: inherit; margin: 0px; padding: 0px;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959; border: 0px; font-weight: inherit; margin: 0px; padding: 0px;"&gt; this.map&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600; border: 0px; font-weight: inherit; margin: 0px; padding: 0px;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959; border: 0px; font-weight: inherit; margin: 0px; padding: 0px;"&gt;infoWindow&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600; border: 0px; font-weight: inherit; margin: 0px; padding: 0px;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959; border: 0px; font-weight: inherit; margin: 0px; padding: 0px;"&gt;addActions&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600; border: 0px; font-weight: inherit; margin: 0px; padding: 0px;"&gt;([&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959; border: 0px; font-weight: inherit; margin: 0px; padding: 0px;"&gt; crimeAction &lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600; border: 0px; font-weight: inherit; margin: 0px; padding: 0px;"&gt;]);&lt;/SPAN&gt;&lt;/PRE&gt;   &lt;P&gt;&lt;/P&gt; &lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Oct 2019 20:08:44 GMT</pubDate>
    <dc:creator>ElizabethMiller</dc:creator>
    <dc:date>2019-10-30T20:08:44Z</dc:date>
    <item>
      <title>Call function from Infowindow actionpane</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/call-function-from-infowindow-actionpane/m-p/143772#M13364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have been working with this sample (&lt;A href="https://community.esri.com/thread/169525" target="_blank"&gt;Call function from Popup window&lt;/A&gt;&amp;nbsp;) and I can't get it to work. I am working with a dojo widget for CMV. I have an infowindow that scrolls through a set of returns and it is working fine. I am trying to set up a link to a function that will highlight&amp;nbsp;each feature shown in the infowindow when the user clicks (i.e. a link to a function that would be an href from the html -- this example &lt;A class="link-titled" href="https://developers.arcgis.com/javascript/3/jssamples/query_multiresults.html" title="https://developers.arcgis.com/javascript/3/jssamples/query_multiresults.html" rel="nofollow noopener noreferrer" target="_blank"&gt;Multiple Query Results | ArcGIS API for JavaScript 3.30&lt;/A&gt;&amp;nbsp;would do what I want, but I can't call the function from within the html.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So now I'm just trying to add the link to the actionpane of the infowindow and it is not showing up. I haven't even gotten to testing the function as I can't even get the visual link to show up. I can't see what is different from the example&amp;nbsp;I refer to in the first sentence above.&amp;nbsp;The only change I made was changing the reference to "&lt;STRONG&gt;window&lt;/STRONG&gt;&lt;SPAN style="background-color: #f6f6f6;"&gt;.map.infoWindow.domNode)[0])&lt;/SPAN&gt;" to "&lt;SPAN style="background-color: #f6f6f6;"&gt;&lt;STRONG&gt;this&lt;/STRONG&gt;.map.infoWindow.domNode)[0])&lt;/SPAN&gt;":&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;var link = domConstruct.create("a", { &lt;BR /&gt; "class": "action mylink", &lt;BR /&gt; "id": "statsLink", &lt;BR /&gt; "innerHTML": "Action Link Test", //text that appears in the popup for the link &lt;BR /&gt; "href": "javascript: void(0);" &lt;BR /&gt; }, query(".actionList", this.map.infoWindow.domNode)[0]); &lt;BR /&gt; &lt;BR /&gt; on(link, "click", this.myfunction());&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can get the link to show up if I use this sample from the Popup Documentation, but this format won't allow me to call my function.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN class="" style="color: #333333; font-weight: bold;"&gt;var&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt; customActions&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt;

map&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt;infoWindow&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt;on&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="" style="color: #dd1144;"&gt;"selection-change"&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #333333; font-weight: bold;"&gt;function&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;()&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;{&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt;
&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #333333; font-weight: bold;"&gt;var&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt; selectedFeature &lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt; map&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt;infoWindow&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt;getSelectedFeature&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;();&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt;
&amp;nbsp; 
&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #333333; font-weight: bold;"&gt;if&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt;selectedFeature &lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;&amp;amp;&amp;amp;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt; selectedFeature&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt;attributes&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;===&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #dd1144;"&gt;"crime"&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;{&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt;
&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #333333; font-weight: bold;"&gt;var&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt; crimeAction &lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;{&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; title&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;:&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #dd1144;"&gt;"Crime Report"&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; className&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;:&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #dd1144;"&gt;"crime-report-action"&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;,&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; callback&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;:&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #333333; font-weight: bold;"&gt;function&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;()&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;{&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; console&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt;log&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="" style="color: #dd1144;"&gt;"Get Full Crime Report"&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;);&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;}&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt;
&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;};&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt;
&amp;nbsp; &amp;nbsp; customActions &lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt; map&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt;infoWindow&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt;addActions&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;([&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt; crimeAction &lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;]);&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt;
&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;}&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt;
&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #333333; font-weight: bold;"&gt;else&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;{&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt;
&amp;nbsp; &amp;nbsp; map&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt;infoWindow&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt;removeActions&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;(&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt;customActions&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;);&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt;
&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;}&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt;
&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600;"&gt;});&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Any help would be greatly appreciated! Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 07:53:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/call-function-from-infowindow-actionpane/m-p/143772#M13364</guid>
      <dc:creator>ElizabethMiller</dc:creator>
      <dc:date>2021-12-11T07:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Call function from Infowindow actionpane</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/call-function-from-infowindow-actionpane/m-p/143773#M13365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Elizabeth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;So you need to be sure that this.map in your code context is actually returning a esri map object.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2019 17:35:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/call-function-from-infowindow-actionpane/m-p/143773#M13365</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-10-30T17:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Call function from Infowindow actionpane</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/call-function-from-infowindow-actionpane/m-p/143774#M13366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #1f497d;"&gt;Hi Robert,&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #1f497d;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #1f497d;"&gt;Yes it is…hovering over this.map.infoWindow.domNode in the devtools window shows it as “&lt;STRONG&gt;div.esriPopup.esriPopupVisible&lt;/STRONG&gt;”. &lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #1f497d;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #1f497d;"&gt;The “Zoom To” is showing up fine in the actions pane at the bottom of the infowindow as you can see in the attached screen shot of the elements.&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #1f497d;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/470364_actionspane.PNG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2019 18:43:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/call-function-from-infowindow-actionpane/m-p/143774#M13366</guid>
      <dc:creator>ElizabethMiller</dc:creator>
      <dc:date>2019-10-30T18:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Call function from Infowindow actionpane</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/call-function-from-infowindow-actionpane/m-p/143775#M13367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have any errors in the browsers web console?&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;Do you have the require for domConstruct and query in your code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2019 18:56:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/call-function-from-infowindow-actionpane/m-p/143775#M13367</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-10-30T18:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Call function from Infowindow actionpane</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/call-function-from-infowindow-actionpane/m-p/143776#M13368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No errors. I have dojo/query and dojo/dom-construct (query and domConstruct) in my define/declare code.&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;Do I need to set up something in my css? I am not sure what .actionList&amp;nbsp;and statsLink are referring to. I did try to experiment with the css but it didn't help. I created these entries:&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;   &lt;P&gt;.esriPopup .actionsPane{&lt;BR /&gt; display: show;&lt;BR /&gt;}&lt;/P&gt;   &lt;P&gt;.esriPopup .actionsPane .zoomTo{&lt;BR /&gt; display: show;&lt;BR /&gt;}&lt;/P&gt;   &lt;P&gt;.esriPopup .actionsPane .action .mylink{&lt;BR /&gt; display: show;&lt;/P&gt; &lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2019 19:16:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/call-function-from-infowindow-actionpane/m-p/143776#M13368</guid>
      <dc:creator>ElizabethMiller</dc:creator>
      <dc:date>2019-10-30T19:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: Call function from Infowindow actionpane</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/call-function-from-infowindow-actionpane/m-p/143777#M13369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Elizabeth,&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6f6f6;"&gt;display: show;&lt;/SPAN&gt; is not a valid value for display.&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.w3schools.com/cssref/pr_class_display.asp" title="https://www.w3schools.com/cssref/pr_class_display.asp"&gt;CSS display property&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2019 19:26:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/call-function-from-infowindow-actionpane/m-p/143777#M13369</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-10-30T19:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Call function from Infowindow actionpane</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/call-function-from-infowindow-actionpane/m-p/143778#M13370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you -- I corrected that to "inline" but&amp;nbsp;that did not solve the problem.&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;The Zoom to displays in any case, without adding special css. But still no other action displays.&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;Like I said above, I can get the action to display if I use something like this example:&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;   &lt;PRE class="" style="color: #4d4d4d; background: #fafafa; border: 2px solid #dddddd; margin: 0.5em 0.5em 0.5em 0px; padding: 0.5em 0px 0.5em 0.5em;"&gt;&lt;SPAN class="" style="color: #595959; border: 0px; font-weight: inherit; margin: 0px; padding: 0px;"&gt;customActions &lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600; border: 0px; font-weight: inherit; margin: 0px; padding: 0px;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959; border: 0px; font-weight: inherit; margin: 0px; padding: 0px;"&gt; this.map&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600; border: 0px; font-weight: inherit; margin: 0px; padding: 0px;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959; border: 0px; font-weight: inherit; margin: 0px; padding: 0px;"&gt;infoWindow&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600; border: 0px; font-weight: inherit; margin: 0px; padding: 0px;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959; border: 0px; font-weight: inherit; margin: 0px; padding: 0px;"&gt;addActions&lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600; border: 0px; font-weight: inherit; margin: 0px; padding: 0px;"&gt;([&lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959; border: 0px; font-weight: inherit; margin: 0px; padding: 0px;"&gt; crimeAction &lt;/SPAN&gt;&lt;SPAN class="" style="color: #666600; border: 0px; font-weight: inherit; margin: 0px; padding: 0px;"&gt;]);&lt;/SPAN&gt;&lt;/PRE&gt;   &lt;P&gt;&lt;/P&gt; &lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2019 20:08:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/call-function-from-infowindow-actionpane/m-p/143778#M13370</guid>
      <dc:creator>ElizabethMiller</dc:creator>
      <dc:date>2019-10-30T20:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: Call function from Infowindow actionpane</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/call-function-from-infowindow-actionpane/m-p/143779#M13371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Elizabeth,&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&amp;nbsp; So I suspect that the main issue is that this portion of the code is coming back as null&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;SPAN style="background-color: #f6f6f6;"&gt;query(".actionList", this.map.infoWindow.domNode)[0]&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;Can you test if you get something other than null for this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2019 21:11:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/call-function-from-infowindow-actionpane/m-p/143779#M13371</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-10-30T21:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Call function from Infowindow actionpane</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/call-function-from-infowindow-actionpane/m-p/143780#M13372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I figured out the actionpane issue. I needed this format:&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;var link = dojo.create("a", {
 "id": "mylink",
 "class": "action", 
 "innerHTML": Action Link", //text that appears in the popup for the link 
 "href": "javascript: void(0);"
 }, dojo.query(".actionList", this.map.infoWindow.domNode)[0])&lt;/PRE&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;I'm still not sure if this will get me to the end result I want, but at least this link is now working. I would really&amp;nbsp;like to build the link into the html as in the Multiple Query Results sample I cited above, but I have been unable to find examples of that in a dojo widget. Thank you so much for helping me think through this issue!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 16:06:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/call-function-from-infowindow-actionpane/m-p/143780#M13372</guid>
      <dc:creator>ElizabethMiller</dc:creator>
      <dc:date>2021-12-12T16:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Call function from Infowindow actionpane</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/call-function-from-infowindow-actionpane/m-p/143781#M13373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Elizabeth,&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;That tells me that you had an issue with your requires for domConstruct and query then. The use of dojo.query and dojo.create is reverting to old way (i.e. prior to dojo 1.7).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2019 15:04:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/call-function-from-infowindow-actionpane/m-p/143781#M13373</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-10-31T15:04:38Z</dc:date>
    </item>
  </channel>
</rss>

