<?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: disable/hide  resize handle for Widget  in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/disable-hide-resize-handle-for-widget/m-p/506435#M13282</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just notice that the code only works on my end for the first time the widget is&amp;nbsp;opened and then if it is closed it stops working. This might be due to some of my changes within the application. I will see if I can find out what is causing it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help!! Your the best&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: I got the logo in the header widget to be larger! Thanks for the links this morning&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Jun 2019 17:55:52 GMT</pubDate>
    <dc:creator>KevinThompson</dc:creator>
    <dc:date>2019-06-07T17:55:52Z</dc:date>
    <item>
      <title>disable/hide  resize handle for Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/disable-hide-resize-handle-for-widget/m-p/506417#M13264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to disable/hide the resize handle for specific widget in Webappbuilder ?&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/115264_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 17:46:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/disable-hide-resize-handle-for-widget/m-p/506417#M13264</guid>
      <dc:creator>VikramS</dc:creator>
      <dc:date>2015-07-02T17:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: disable/hide  resize handle for Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/disable-hide-resize-handle-for-widget/m-p/506418#M13265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vikram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; There is no configuration for this, but if you add some code you can accomplish this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your widget you wish to disable the resize on just add this code and requires:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the postCreate function add:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;domStyle.set(dojoQuery(".dojoxResizeHandle.dojoxResizeNW")[0],
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'display',
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'none');&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add these requires:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;'dojo/query',
'dojo/dom-style',&lt;/PRE&gt;&lt;P&gt; along with their vars:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;dojoQuery, domStyle&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 22:13:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/disable-hide-resize-handle-for-widget/m-p/506418#M13265</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-11T22:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: disable/hide  resize handle for Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/disable-hide-resize-handle-for-widget/m-p/506419#M13266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert . &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 19:39:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/disable-hide-resize-handle-for-widget/m-p/506419#M13266</guid>
      <dc:creator>VikramS</dc:creator>
      <dc:date>2015-07-02T19:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: disable/hide  resize handle for Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/disable-hide-resize-handle-for-widget/m-p/506420#M13267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vikram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Glad to help. Now it is your turn to help the community by marking this question as answered. All you have to do is click the "Correct Answer" link (the one with the little green star) on the post that provided the answer for you. If the answer was not provided by one of the responders then you can mark any of the replies that you received as helpful by clicking on the "Actions" menu and choosing "Mark as Helpful"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 19:46:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/disable-hide-resize-handle-for-widget/m-p/506420#M13267</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-07-02T19:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: disable/hide  resize handle for Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/disable-hide-resize-handle-for-widget/m-p/506421#M13268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for posting this! I am trying to implement this in my application, but am running into trouble.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you put this within the Widget.js file within the Widgets folder? Also I am not sure if i created the vars and set the requirements correctly as you instructed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;postCreate: function() {&lt;BR /&gt; var dojoQuery = require('dojoQuery')&lt;BR /&gt; var domStyle = require('domStyle')&lt;BR /&gt; domStyle.set(dojoQuery(".dojoxResizeHandle.dojoxResizeNW")[0],&lt;BR /&gt; 'display',&lt;BR /&gt; 'none');&lt;BR /&gt; },&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2019 18:03:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/disable-hide-resize-handle-for-widget/m-p/506421#M13268</guid>
      <dc:creator>KevinThompson</dc:creator>
      <dc:date>2019-06-06T18:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: disable/hide  resize handle for Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/disable-hide-resize-handle-for-widget/m-p/506422#M13269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;No that is not how to add the requires. In the Widget.js at the very top of that file you will find the other modules in the define array that is where you add the dojo/query and dojo/dom-style. The domStyle.set does go in the Widget.js postcreate function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2019 18:17:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/disable-hide-resize-handle-for-widget/m-p/506422#M13269</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-06-06T18:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: disable/hide  resize handle for Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/disable-hide-resize-handle-for-widget/m-p/506423#M13270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added the requirements within define() and the variables within the function().&lt;/P&gt;&lt;P&gt;I must still be missing something because it is not being removed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your help, sorry I am new at this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/449818_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/449817_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2019 19:49:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/disable-hide-resize-handle-for-widget/m-p/506423#M13270</guid>
      <dc:creator>KevinThompson</dc:creator>
      <dc:date>2019-06-06T19:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: disable/hide  resize handle for Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/disable-hide-resize-handle-for-widget/m-p/506424#M13271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;OK this seems to work:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;      postCreate&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;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
        &lt;SPAN class="keyword token"&gt;this&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;inherited&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;arguments&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
        &lt;SPAN class="token function"&gt;setTimeout&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;lang&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;hitch&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="keyword token"&gt;this&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;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
          domStyle&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="keyword token"&gt;set&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;dojoQuery&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;".dojoxResizeHandle"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;this&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;domNode&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;parentNode&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;parentNode&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;parentNode&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&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;'display'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'none'&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="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;200&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="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;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 22:13:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/disable-hide-resize-handle-for-widget/m-p/506424#M13271</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-11T22:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: disable/hide  resize handle for Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/disable-hide-resize-handle-for-widget/m-p/506425#M13272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Robert,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for helping me on all my difficulties! I was unable to make the&amp;nbsp;JS work but I did manage to use CSS to hide it within the Widgets style.css file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.dojoxResizeHandle {&lt;BR /&gt; visibility: hidden !important;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2019 15:07:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/disable-hide-resize-handle-for-widget/m-p/506425#M13272</guid>
      <dc:creator>KevinThompson</dc:creator>
      <dc:date>2019-06-07T15:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: disable/hide  resize handle for Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/disable-hide-resize-handle-for-widget/m-p/506426#M13273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;That will work if you want to hide it for all widgets.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2019 15:12:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/disable-hide-resize-handle-for-widget/m-p/506426#M13273</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-06-07T15:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: disable/hide  resize handle for Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/disable-hide-resize-handle-for-widget/m-p/506427#M13274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your right I just noticed! I also can't use .&lt;SPAN style="color: #222222; background-color: #ffffff;"&gt;dojox_layout_ResizeHandle_2 as every time you open and close a widget the&amp;nbsp;id changes. I guess its back to trouble shooting the JS. Is there anything I am doing wrong within the Widget.js file?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #ffffff;"&gt;Currently I just added the code to the bottom after the refreshLegend function.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2019 15:38:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/disable-hide-resize-handle-for-widget/m-p/506427#M13274</guid>
      <dc:creator>KevinThompson</dc:creator>
      <dc:date>2019-06-07T15:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: disable/hide  resize handle for Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/disable-hide-resize-handle-for-widget/m-p/506428#M13275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your widget does not already have a postCreate function?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2019 15:41:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/disable-hide-resize-handle-for-widget/m-p/506428#M13275</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-06-07T15:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: disable/hide  resize handle for Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/disable-hide-resize-handle-for-widget/m-p/506429#M13276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have no existing postcreate function within the Basemap Gallery Widget.js I had to add the postcreate function to the file.&lt;/P&gt;&lt;P&gt;The only file which contains an existing postcreate function is the Jimu.js WidgetPlaceholder.js file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2019 16:55:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/disable-hide-resize-handle-for-widget/m-p/506429#M13276</guid>
      <dc:creator>KevinThompson</dc:creator>
      <dc:date>2019-06-07T16:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: disable/hide  resize handle for Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/disable-hide-resize-handle-for-widget/m-p/506430#M13277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Was the attached Widget.js suppose to have any of your code change attempts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2019 17:04:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/disable-hide-resize-handle-for-widget/m-p/506430#M13277</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-06-07T17:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: disable/hide  resize handle for Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/disable-hide-resize-handle-for-widget/m-p/506431#M13278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That was a blank copy of the file to show there was no base postcreate function here is my failed code&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2019 17:10:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/disable-hide-resize-handle-for-widget/m-p/506431#M13278</guid>
      <dc:creator>KevinThompson</dc:creator>
      <dc:date>2019-06-07T17:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: disable/hide  resize handle for Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/disable-hide-resize-handle-for-widget/m-p/506432#M13279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;OK in that one you have the postCreate function added but you did not add the defines for the domStyle or dojoQuery.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="token function"&gt;define&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;'dojo/_base/declare'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    &lt;SPAN class="string token"&gt;'dijit/_WidgetsInTemplateMixin'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    &lt;SPAN class="string token"&gt;"dojo/Deferred"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    &lt;SPAN class="string token"&gt;'jimu/BaseWidget'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    &lt;SPAN class="string token"&gt;'jimu/portalUtils'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    &lt;SPAN class="string token"&gt;'jimu/PanelManager'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    &lt;SPAN class="string token"&gt;'jimu/portalUrlUtils'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    &lt;SPAN class="string token"&gt;'jimu/utils'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    &lt;SPAN class="string token"&gt;"esri/dijit/Basemap"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    &lt;SPAN class="string token"&gt;"esri/dijit/BasemapLayer"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    &lt;SPAN class="string token"&gt;'esri/dijit/BasemapGallery'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    &lt;SPAN class="string token"&gt;"./a11y/Widget"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    &lt;SPAN class="string token"&gt;'dojo/_base/lang'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    &lt;SPAN class="string token"&gt;'dojo/_base/array'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    &lt;SPAN class="string token"&gt;"dojo/_base/html"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    &lt;SPAN class="string token"&gt;"dojo/query"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    &lt;SPAN class="string token"&gt;'dojo/on'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    &lt;SPAN class="string token"&gt;'dojo/promise/all'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    &lt;SPAN class="string token"&gt;'./utils'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    &lt;SPAN class="string token"&gt;'dojo/query'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    &lt;SPAN class="string token"&gt;'dojo/dom-style'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    &lt;SPAN class="string token"&gt;'jimu/dijit/LoadingIndicator'&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="keyword token"&gt;function&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;
    declare&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    _WidgetsInTemplateMixin&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    Deferred&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    BaseWidget&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    portalUtils&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    PanelManager&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    portalUrlUtils&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    jimuUtils&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    Basemap&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    BasemapLayer&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    BasemapGallery&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    a11y&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    lang&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    array&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    html&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    query&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    on&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    all&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    utils&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
    dojoQuery&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; 
    domStyle&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="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;/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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 22:13:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/disable-hide-resize-handle-for-widget/m-p/506432#M13279</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-11T22:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: disable/hide  resize handle for Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/disable-hide-resize-handle-for-widget/m-p/506433#M13280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just checked and the code does work until you restart the widget and then it pops back for some reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="449860" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/449860_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate your patience with this! I am sure its working fine on your end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2019 17:38:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/disable-hide-resize-handle-for-widget/m-p/506433#M13280</guid>
      <dc:creator>KevinThompson</dc:creator>
      <dc:date>2019-06-07T17:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: disable/hide  resize handle for Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/disable-hide-resize-handle-for-widget/m-p/506434#M13281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;It is working&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;fine on my end, lol. Here is the full basemap gallery widget code with changes:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2019 17:46:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/disable-hide-resize-handle-for-widget/m-p/506434#M13281</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-06-07T17:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: disable/hide  resize handle for Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/disable-hide-resize-handle-for-widget/m-p/506435#M13282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just notice that the code only works on my end for the first time the widget is&amp;nbsp;opened and then if it is closed it stops working. This might be due to some of my changes within the application. I will see if I can find out what is causing it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help!! Your the best&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: I got the logo in the header widget to be larger! Thanks for the links this morning&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2019 17:55:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/disable-hide-resize-handle-for-widget/m-p/506435#M13282</guid>
      <dc:creator>KevinThompson</dc:creator>
      <dc:date>2019-06-07T17:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: disable/hide  resize handle for Widget</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/disable-hide-resize-handle-for-widget/m-p/506436#M13283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;That is strange. I can open and close it as many times as I want and it stays gone.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2019 18:03:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/disable-hide-resize-handle-for-widget/m-p/506436#M13283</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-06-07T18:03:25Z</dc:date>
    </item>
  </channel>
</rss>

