<?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: Content Pane Functionality is overrode when moveable (dnd) function is added in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/content-pane-functionality-is-overrode-when/m-p/262782#M24359</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At first glace it looks good.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jan 2018 20:16:59 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2018-01-17T20:16:59Z</dc:date>
    <item>
      <title>Content Pane Functionality is overrode when moveable (dnd) function is added</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/content-pane-functionality-is-overrode-when/m-p/262770#M24347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to separate functions. The first function gets overrode by the second. What can I do to prevent this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;app.utilitySelector = new utilitySelectorModule();&lt;BR /&gt; app.utilitySelector.init();&lt;BR /&gt; var utilitySelectorToolBtn = dom.byId("PMSelect");&lt;BR /&gt; on(utilitySelectorToolBtn, "click", function (event) {&lt;BR /&gt; if (app.utilitySelector.isVisible === true) {&lt;BR /&gt; app.utilitySelector.hide();&lt;BR /&gt; } else { // not open&lt;BR /&gt; app.utilitySelector.show();&lt;BR /&gt; }&lt;BR /&gt; });&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;on(dom.byId("Pane"), "click", function(){&lt;BR /&gt; var dnd = new Moveable(dom.byId("Pane"));&lt;BR /&gt; });&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first functions opens a dojo content pane from a button onlick. The second function makes the content pane moveable. The functionality of the content pane is suspended as soon as the content pane is moved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/community/developers/gis-developers?sr=search&amp;amp;searchId=bcfa4c7a-04aa-4d71-98cd-84fc66219180&amp;amp;searchIndex=5"&gt;https://community.esri.com/community/developers/gis-developers?sr=search&amp;amp;searchId=bcfa4c7a-04aa-4d71-98cd-84fc66219180&amp;amp;searchIndex=5&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/groups/web-app-builder-custom-widgets?sr=search&amp;amp;searchId=a21eafc1-98af-476d-acfc-4ad58b383120&amp;amp;searchIndex=0"&gt;https://community.esri.com/groups/web-app-builder-custom-widgets?sr=search&amp;amp;searchId=a21eafc1-98af-476d-acfc-4ad58b383120&amp;amp;searchIndex=0&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2018 16:47:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/content-pane-functionality-is-overrode-when/m-p/262770#M24347</guid>
      <dc:creator>BrandonPrice</dc:creator>
      <dc:date>2018-01-16T16:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Content Pane Functionality is overrode when moveable (dnd) function is added</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/content-pane-functionality-is-overrode-when/m-p/262771#M24348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brandon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Why are you waiting for someone to click on the panel before making it movable? You should just make it movable when the dom is ready.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2018 17:23:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/content-pane-functionality-is-overrode-when/m-p/262771#M24348</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-01-16T17:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Content Pane Functionality is overrode when moveable (dnd) function is added</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/content-pane-functionality-is-overrode-when/m-p/262772#M24349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was trying to use this:&amp;nbsp;&lt;A class="link-titled" href="http://jsfiddle.net/goldenlimit/gaz8ao8n/" title="http://jsfiddle.net/goldenlimit/gaz8ao8n/"&gt;Esri JS API Draggable Popups - JSFiddle&lt;/A&gt;&amp;nbsp;that was in this thread: &lt;A href="https://community.esri.com/thread/161401"&gt;Move the popup widow in WAB&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2018 21:28:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/content-pane-functionality-is-overrode-when/m-p/262772#M24349</guid>
      <dc:creator>BrandonPrice</dc:creator>
      <dc:date>2018-01-16T21:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Content Pane Functionality is overrode when moveable (dnd) function is added</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/content-pane-functionality-is-overrode-when/m-p/262773#M24350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;So is this a JS api app or a WAB app?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2018 21:31:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/content-pane-functionality-is-overrode-when/m-p/262773#M24350</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-01-16T21:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: Content Pane Functionality is overrode when moveable (dnd) function is added</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/content-pane-functionality-is-overrode-when/m-p/262774#M24351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;JS api&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2018 22:54:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/content-pane-functionality-is-overrode-when/m-p/262774#M24351</guid>
      <dc:creator>BrandonPrice</dc:creator>
      <dc:date>2018-01-16T22:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Content Pane Functionality is overrode when moveable (dnd) function is added</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/content-pane-functionality-is-overrode-when/m-p/262775#M24352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brandon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; OK, so like in that sample code you are referring to the popup gets set as the dnd target before it is even shown.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 14:04:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/content-pane-functionality-is-overrode-when/m-p/262775#M24352</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-01-17T14:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: Content Pane Functionality is overrode when moveable (dnd) function is added</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/content-pane-functionality-is-overrode-when/m-p/262776#M24353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. The drag function of the content pane works, but the functionality of the content pane itself is shut off (which is a bunch of drop down menus) once I drag it.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 15:35:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/content-pane-functionality-is-overrode-when/m-p/262776#M24353</guid>
      <dc:creator>BrandonPrice</dc:creator>
      <dc:date>2018-01-17T15:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Content Pane Functionality is overrode when moveable (dnd) function is added</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/content-pane-functionality-is-overrode-when/m-p/262777#M24354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;Can you provide a simplified sample app that demos your issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 15:40:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/content-pane-functionality-is-overrode-when/m-p/262777#M24354</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-01-17T15:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Content Pane Functionality is overrode when moveable (dnd) function is added</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/content-pane-functionality-is-overrode-when/m-p/262778#M24355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am going to work on this with my tutor this afternoon.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 18:30:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/content-pane-functionality-is-overrode-when/m-p/262778#M24355</guid>
      <dc:creator>BrandonPrice</dc:creator>
      <dc:date>2018-01-17T18:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Content Pane Functionality is overrode when moveable (dnd) function is added</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/content-pane-functionality-is-overrode-when/m-p/262779#M24356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Off topic from this thread, but do you know how to add a close button to&amp;nbsp;a content pane by chance?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 19:40:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/content-pane-functionality-is-overrode-when/m-p/262779#M24356</guid>
      <dc:creator>BrandonPrice</dc:creator>
      <dc:date>2018-01-17T19:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: Content Pane Functionality is overrode when moveable (dnd) function is added</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/content-pane-functionality-is-overrode-when/m-p/262780#M24357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brandon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Switch to a TitlePane.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 19:50:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/content-pane-functionality-is-overrode-when/m-p/262780#M24357</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-01-17T19:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: Content Pane Functionality is overrode when moveable (dnd) function is added</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/content-pane-functionality-is-overrode-when/m-p/262781#M24358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert. This is what I have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;div id="SelectorTable" style="display: none;" &amp;gt;&lt;BR /&gt; &amp;lt;div id="Pane" style="position:absolute; left:490px; top:140px; z-Index:999;"&amp;gt;&lt;BR /&gt; &amp;lt;div data-dojo-type="dijit/TitlePane" &lt;BR /&gt; data-dojo-props="title:'Postmile Selector', open:true" data-dojo-props="closable:true" class="PaneContent"&amp;gt;&lt;BR /&gt; &amp;lt;div data-dojo-type="dijit/layout/ContentPane" style="width:380px; height:230px; overflow:auto;"&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or is it more complicated than this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 19:59:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/content-pane-functionality-is-overrode-when/m-p/262781#M24358</guid>
      <dc:creator>BrandonPrice</dc:creator>
      <dc:date>2018-01-17T19:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Content Pane Functionality is overrode when moveable (dnd) function is added</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/content-pane-functionality-is-overrode-when/m-p/262782#M24359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At first glace it looks good.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 20:16:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/content-pane-functionality-is-overrode-when/m-p/262782#M24359</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-01-17T20:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Content Pane Functionality is overrode when moveable (dnd) function is added</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/content-pane-functionality-is-overrode-when/m-p/262783#M24360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My pane still looks like the below. I also tried putting&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;data-dojo-attach-point="closeButtonNode"&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in the title pane div instead of &lt;EM style="background-color: #ffffff;"&gt;data-dojo-props="closable:true"&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/393103_pastedImage_2.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 20:39:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/content-pane-functionality-is-overrode-when/m-p/262783#M24360</guid>
      <dc:creator>BrandonPrice</dc:creator>
      <dc:date>2018-01-17T20:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Content Pane Functionality is overrode when moveable (dnd) function is added</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/content-pane-functionality-is-overrode-when/m-p/262784#M24361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brandon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;From the looks of that image you are not parsing the layout dijits in your code or you do not have the right css files or class referenced in your project.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 21:36:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/content-pane-functionality-is-overrode-when/m-p/262784#M24361</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-01-17T21:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: Content Pane Functionality is overrode when moveable (dnd) function is added</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/content-pane-functionality-is-overrode-when/m-p/262785#M24362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using claro, but customized the title panel to not show the arrow node and resized the title pane. I would rather have a close "x" button like the tab container.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 23:13:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/content-pane-functionality-is-overrode-when/m-p/262785#M24362</guid>
      <dc:creator>BrandonPrice</dc:creator>
      <dc:date>2018-01-17T23:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: Content Pane Functionality is overrode when moveable (dnd) function is added</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/content-pane-functionality-is-overrode-when/m-p/262786#M24363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what I have:&amp;nbsp;&amp;lt;div data-dojo-type="dijit/TitlePane" &lt;BR /&gt; data-dojo-props="title:'Postmile Selector', open:'true', closable:'true'" data-dojo-attach-point="closeButtonNode" class="PaneContent"&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 23:13:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/content-pane-functionality-is-overrode-when/m-p/262786#M24363</guid>
      <dc:creator>BrandonPrice</dc:creator>
      <dc:date>2018-01-17T23:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Content Pane Functionality is overrode when moveable (dnd) function is added</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/content-pane-functionality-is-overrode-when/m-p/262787#M24364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;My method doesn't work with the basemap gallery's title pane either in the sandbox.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 23:24:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/content-pane-functionality-is-overrode-when/m-p/262787#M24364</guid>
      <dc:creator>BrandonPrice</dc:creator>
      <dc:date>2018-01-17T23:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Content Pane Functionality is overrode when moveable (dnd) function is added</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/content-pane-functionality-is-overrode-when/m-p/262788#M24365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds like what you really need to use is the dojox floating pane as it is a pane that is already movable:&lt;/P&gt;&lt;P&gt;Note: you will see that the floating pane has a close button but that button destroys the pane and it contents so you do not use that, instead you use the dock button.&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;link rel&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"stylesheet"&lt;/SPAN&gt; type&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"text/css"&lt;/SPAN&gt; href&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fjs.arcgis.com%2F3.23%2Fdojox%2Flayout%2Fresources%2FFloatingPane.css" target="_blank"&gt;http://js.arcgis.com/3.23/dojox/layout/resources/FloatingPane.css&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;‍

&lt;SPAN class="comment token"&gt;//require&lt;/SPAN&gt;
&lt;SPAN class="string token"&gt;"dojox/layout/FloatingPane"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;

&lt;SPAN class="comment token"&gt;//here is an snippet of how I use it.&lt;/SPAN&gt;
fp &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;FloatingPane&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; title&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Measure"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; closable&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;false&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; resizable&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;true&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dockable&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;true&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"position:absolute;top:250px;left:350px;width:260px;height:120px;visibility:hidden;"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; id&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"wfp"&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; dom&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;byId&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"divFloatingPane"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fp&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;startup&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="token function"&gt;on&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;fp&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;dockNode&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"click"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;function&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;evt&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; measure&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;deactivate&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="token function"&gt;removeCurrentSelTool&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; navToolbar&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;activate&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;Navigation&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;PAN&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; domClass&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;add&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;dom&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;byId&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"panmap"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"selected"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;

&lt;SPAN class="comment token"&gt;//In my css I replace the dock arrow with a close button&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;dojoxFloatingMinimizeIcon &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp; background&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;url&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'../images/w_close.png'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; no&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;repeat center center&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp; width&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; 21px&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp; margin&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; 0px 4px&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp; overflow&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; hidden&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp; float&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; right&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍

&lt;SPAN class="comment token"&gt;//to open the fp just call&lt;/SPAN&gt;
fp&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;show&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;You can see this in action on my old Parcel Viewer site here (just click the measure button):&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://gis.calhouncounty.org/ParcelViewer/index.html" title="http://gis.calhouncounty.org/ParcelViewer/index.html" rel="nofollow noopener noreferrer" target="_blank"&gt;Calhoun County Parcel Viewer&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 12:53:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/content-pane-functionality-is-overrode-when/m-p/262788#M24365</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-11T12:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: Content Pane Functionality is overrode when moveable (dnd) function is added</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/content-pane-functionality-is-overrode-when/m-p/262789#M24366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert. Thanks for this. Sorry for getting back to you so late on this. Out of curiosity, to make the title pane movable in an esri popup, you would use: (".title", map.infoWindow.domNode)[0];, what would be the syntax if you wanted to do the same thing for a dojo content pane? I would assume ".title" would be the same, but I am not sure about map.infoWindow.domNode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 15:23:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/content-pane-functionality-is-overrode-when/m-p/262789#M24366</guid>
      <dc:creator>BrandonPrice</dc:creator>
      <dc:date>2018-01-24T15:23:46Z</dc:date>
    </item>
  </channel>
</rss>

