<?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: Make Popup Moveable in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/make-popup-moveable/m-p/250885#M6804</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Is it just the arrow not being hidden or is it nothing is working at all?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Jan 2019 15:23:33 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2019-01-04T15:23:33Z</dc:date>
    <item>
      <title>Make Popup Moveable</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/make-popup-moveable/m-p/250884#M6803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What changed in WAB 2.9 to make this code not work?&lt;/P&gt;&lt;P&gt;I want to make a popup moveable.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #458383; font-family: Courier New; font-size: xx-small;"&gt;mo&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #7a7a43; font-family: Courier New; font-size: xx-small;"&gt;createWebMap &lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;= &lt;/SPAN&gt;&lt;STRONG style="color: #000080; font-size: xx-small; font-family: Courier New;"&gt;function&lt;/STRONG&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;(portalUrl, itemId, mapDiv, &lt;/SPAN&gt;&lt;EM style="color: #808080; font-size: xx-small; font-family: Courier New;"&gt;/* optional */ &lt;/EM&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;options) {&lt;BR /&gt; portalUrl = portalUrlUtils.&lt;/SPAN&gt;&lt;SPAN style="color: #7a7a43; font-family: Courier New; font-size: xx-small;"&gt;getStandardPortalUrl&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;(portalUrl);&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #000080; font-size: xx-small; font-family: Courier New;"&gt;var &lt;/STRONG&gt;&lt;SPAN style="color: #458383; font-family: Courier New; font-size: xx-small;"&gt;itemUrl &lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;= portalUrlUtils.&lt;/SPAN&gt;&lt;SPAN style="color: #7a7a43; font-family: Courier New; font-size: xx-small;"&gt;getBaseItemUrl&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;(portalUrl);&lt;BR /&gt; arcgisUtils.&lt;/SPAN&gt;&lt;STRONG style="color: #660e7a; font-size: xx-small; font-family: Courier New;"&gt;arcgisUrl &lt;/STRONG&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #458383; font-family: Courier New; font-size: xx-small;"&gt;itemUrl&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #000080; font-size: xx-small; font-family: Courier New;"&gt;var &lt;/STRONG&gt;&lt;SPAN style="color: #458383; font-family: Courier New; font-size: xx-small;"&gt;def &lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;= arcgisUtils.createMap(itemId, mapDiv, options);&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #458383; font-family: Courier New; font-size: xx-small;"&gt;def&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #7a7a43; font-family: Courier New; font-size: xx-small;"&gt;then&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;(&lt;/SPAN&gt;&lt;STRONG style="color: #000080; font-size: xx-small; font-family: Courier New;"&gt;function &lt;/STRONG&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;(response){&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #000080; font-size: xx-small; font-family: Courier New;"&gt;var &lt;/STRONG&gt;&lt;SPAN style="color: #458383; font-family: Courier New; font-size: xx-small;"&gt;map &lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;= response.&lt;/SPAN&gt;&lt;STRONG style="color: #660e7a; font-size: xx-small; font-family: Courier New;"&gt;map&lt;/STRONG&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #000080; font-size: xx-small; font-family: Courier New;"&gt;var &lt;/STRONG&gt;&lt;SPAN style="color: #458383; font-family: Courier New; font-size: xx-small;"&gt;handle &lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;= query(&lt;/SPAN&gt;&lt;STRONG style="color: #008000; font-size: xx-small; font-family: Courier New;"&gt;".title"&lt;/STRONG&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #458383; font-family: Courier New; font-size: xx-small;"&gt;map&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;.&lt;/SPAN&gt;&lt;STRONG style="color: #660e7a; font-size: xx-small; font-family: Courier New;"&gt;infoWindow&lt;/STRONG&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;.&lt;/SPAN&gt;&lt;STRONG style="color: #660e7a; font-size: xx-small; font-family: Courier New;"&gt;domNode&lt;/STRONG&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;)[&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-family: Courier New; font-size: xx-small;"&gt;0&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;];&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #000080; font-size: xx-small; font-family: Courier New;"&gt;var &lt;/STRONG&gt;&lt;SPAN style="color: #458383; font-family: Courier New; font-size: xx-small;"&gt;dnd &lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;= &lt;/SPAN&gt;&lt;STRONG style="color: #000080; font-size: xx-small; font-family: Courier New;"&gt;new &lt;/STRONG&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;Moveable(&lt;/SPAN&gt;&lt;SPAN style="color: #458383; font-family: Courier New; font-size: xx-small;"&gt;map&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;.&lt;/SPAN&gt;&lt;STRONG style="color: #660e7a; font-size: xx-small; font-family: Courier New;"&gt;infoWindow&lt;/STRONG&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;.&lt;/SPAN&gt;&lt;STRONG style="color: #660e7a; font-size: xx-small; font-family: Courier New;"&gt;domNode&lt;/STRONG&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;, {&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #660e7a; font-size: xx-small; font-family: Courier New;"&gt;handle&lt;/STRONG&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;: &lt;/SPAN&gt;&lt;SPAN style="color: #458383; font-family: Courier New; font-size: xx-small;"&gt;handle&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;});&lt;BR /&gt; &lt;/SPAN&gt;&lt;EM style="color: #808080; font-size: xx-small; font-family: Courier New;"&gt;// when the infoWindow is moved, hide the arrow:&lt;BR /&gt; &lt;/EM&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;on(&lt;/SPAN&gt;&lt;SPAN style="color: #458383; font-family: Courier New; font-size: xx-small;"&gt;dnd&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;, &lt;/SPAN&gt;&lt;STRONG style="color: #008000; font-size: xx-small; font-family: Courier New;"&gt;'FirstMove'&lt;/STRONG&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;, &lt;/SPAN&gt;&lt;STRONG style="color: #000080; font-size: xx-small; font-family: Courier New;"&gt;function&lt;/STRONG&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;() {&lt;BR /&gt; &lt;/SPAN&gt;&lt;EM style="color: #808080; font-size: xx-small; font-family: Courier New;"&gt;// hide pointer and outerpointer (used depending on where the pointer is shown)&lt;BR /&gt; &lt;/EM&gt;&lt;STRONG style="color: #000080; font-size: xx-small; font-family: Courier New;"&gt;var &lt;/STRONG&gt;&lt;SPAN style="color: #458383; font-family: Courier New; font-size: xx-small;"&gt;arrowNode &lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;= query(&lt;/SPAN&gt;&lt;STRONG style="color: #008000; font-size: xx-small; font-family: Courier New;"&gt;".outerPointer"&lt;/STRONG&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #458383; font-family: Courier New; font-size: xx-small;"&gt;map&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;.&lt;/SPAN&gt;&lt;STRONG style="color: #660e7a; font-size: xx-small; font-family: Courier New;"&gt;infoWindow&lt;/STRONG&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;.&lt;/SPAN&gt;&lt;STRONG style="color: #660e7a; font-size: xx-small; font-family: Courier New;"&gt;domNode&lt;/STRONG&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;)[&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-family: Courier New; font-size: xx-small;"&gt;0&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;];&lt;BR /&gt; domClass.&lt;/SPAN&gt;&lt;SPAN style="color: #7a7a43; font-family: Courier New; font-size: xx-small;"&gt;add&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #458383; font-family: Courier New; font-size: xx-small;"&gt;arrowNode&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;, &lt;/SPAN&gt;&lt;STRONG style="color: #008000; font-size: xx-small; font-family: Courier New;"&gt;"hidden"&lt;/STRONG&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;);&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #000080; font-size: xx-small; font-family: Courier New;"&gt;var &lt;/STRONG&gt;&lt;SPAN style="color: #458383; font-family: Courier New; font-size: xx-small;"&gt;arrowNode &lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;= query(&lt;/SPAN&gt;&lt;STRONG style="color: #008000; font-size: xx-small; font-family: Courier New;"&gt;".pointer"&lt;/STRONG&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #458383; font-family: Courier New; font-size: xx-small;"&gt;map&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;.&lt;/SPAN&gt;&lt;STRONG style="color: #660e7a; font-size: xx-small; font-family: Courier New;"&gt;infoWindow&lt;/STRONG&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;.&lt;/SPAN&gt;&lt;STRONG style="color: #660e7a; font-size: xx-small; font-family: Courier New;"&gt;domNode&lt;/STRONG&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;)[&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-family: Courier New; font-size: xx-small;"&gt;0&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;];&lt;BR /&gt; domClass.&lt;/SPAN&gt;&lt;SPAN style="color: #7a7a43; font-family: Courier New; font-size: xx-small;"&gt;add&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #458383; font-family: Courier New; font-size: xx-small;"&gt;arrowNode&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;, &lt;/SPAN&gt;&lt;STRONG style="color: #008000; font-size: xx-small; font-family: Courier New;"&gt;"hidden"&lt;/STRONG&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;);&lt;BR /&gt; }.&lt;/SPAN&gt;&lt;STRONG style="color: #660e7a; font-size: xx-small; font-family: Courier New;"&gt;bind&lt;/STRONG&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;(&lt;/SPAN&gt;&lt;STRONG style="color: #000080; font-size: xx-small; font-family: Courier New;"&gt;this&lt;/STRONG&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;));&lt;BR /&gt; });&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: #000080; font-size: xx-small; font-family: Courier New;"&gt;return &lt;/STRONG&gt;&lt;SPAN style="color: #458383; font-family: Courier New; font-size: xx-small;"&gt;def&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New; font-size: xx-small;"&gt;;&lt;BR /&gt; };&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2019 14:48:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/make-popup-moveable/m-p/250884#M6803</guid>
      <dc:creator>RichBell</dc:creator>
      <dc:date>2019-01-04T14:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: Make Popup Moveable</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/make-popup-moveable/m-p/250885#M6804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Is it just the arrow not being hidden or is it nothing is working at all?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2019 15:23:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/make-popup-moveable/m-p/250885#M6804</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-01-04T15:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Make Popup Moveable</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/make-popup-moveable/m-p/250886#M6805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My Bad I forgot to add this&lt;/P&gt;&lt;P&gt;define([&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'dojo/dnd/Moveable',//BELL CHANGE&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'dojo/dom-class',//BELL CHANGE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2019 15:29:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/make-popup-moveable/m-p/250886#M6805</guid>
      <dc:creator>RichBell</dc:creator>
      <dc:date>2019-01-04T15:29:59Z</dc:date>
    </item>
  </channel>
</rss>

