<?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 How can I move the fullscreen button? in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-move-the-fullscreen-button/m-p/165609#M4665</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I'm using the Dashboard theme for my application and the fullscreen button is off of my map which is where I would like it to be.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an image below of my app which shows where the fullscreen button is and potential places I would like it to be.&lt;/P&gt;&lt;P&gt;If someone could direct me to where in the code I can change this I would be much appreciative.&lt;/P&gt;&lt;P&gt;If there's anything I can elaborate on or clarify, please let me know.&lt;/P&gt;&lt;P&gt;Thank you in advance for your time!&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Fullscreen button and where I might want to move it." class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/380431_FullscreenQuestion.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Oct 2017 18:17:38 GMT</pubDate>
    <dc:creator>WhitneyNewcomb</dc:creator>
    <dc:date>2017-10-18T18:17:38Z</dc:date>
    <item>
      <title>How can I move the fullscreen button?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-move-the-fullscreen-button/m-p/165609#M4665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I'm using the Dashboard theme for my application and the fullscreen button is off of my map which is where I would like it to be.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an image below of my app which shows where the fullscreen button is and potential places I would like it to be.&lt;/P&gt;&lt;P&gt;If someone could direct me to where in the code I can change this I would be much appreciative.&lt;/P&gt;&lt;P&gt;If there's anything I can elaborate on or clarify, please let me know.&lt;/P&gt;&lt;P&gt;Thank you in advance for your time!&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Fullscreen button and where I might want to move it." class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/380431_FullscreenQuestion.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 18:17:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-move-the-fullscreen-button/m-p/165609#M4665</guid>
      <dc:creator>WhitneyNewcomb</dc:creator>
      <dc:date>2017-10-18T18:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: How can I move the fullscreen button?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-move-the-fullscreen-button/m-p/165610#M4666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whitney,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; In the apps main config.json file just adjust the FullScreen widgets position properties:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &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="string token"&gt;"uri"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"widgets/FullScreen/Widget"&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="string token"&gt;"position"&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;&amp;nbsp;&amp;nbsp; &lt;SPAN class="string token"&gt;"relativeTo"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"browser"&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;&amp;nbsp;&amp;nbsp; &lt;SPAN class="string token"&gt;"right"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;15&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;&amp;nbsp;&amp;nbsp; &lt;SPAN class="string token"&gt;"top"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;75&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&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;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="string token"&gt;"version"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"2.5"&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="string token"&gt;"id"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"widgets_FullScreen_Widget_31"&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="string token"&gt;"name"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"FullScreen"&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="comment token"&gt;//bottom changed to top and right value adjusted.&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;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 08:38:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-move-the-fullscreen-button/m-p/165610#M4666</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-11T08:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: How can I move the fullscreen button?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-move-the-fullscreen-button/m-p/165611#M4667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much Robert!! I appreciate it!&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 18:35:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-move-the-fullscreen-button/m-p/165611#M4667</guid>
      <dc:creator>WhitneyNewcomb</dc:creator>
      <dc:date>2017-10-18T18:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: How can I move the fullscreen button?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-move-the-fullscreen-button/m-p/165612#M4668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will but actually,&lt;/P&gt;&lt;P&gt;I cannot find that json file anywhere &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/sad.png" /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you point me in the right direction?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 18:46:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-move-the-fullscreen-button/m-p/165612#M4668</guid>
      <dc:creator>WhitneyNewcomb</dc:creator>
      <dc:date>2017-10-18T18:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: How can I move the fullscreen button?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-move-the-fullscreen-button/m-p/165613#M4669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whitney,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Are you using WAB Developer edition? If not then you do not have access to change that file when the app is coming from AGOL.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 18:48:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-move-the-fullscreen-button/m-p/165613#M4669</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-10-18T18:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: How can I move the fullscreen button?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-move-the-fullscreen-button/m-p/165614#M4670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the WAB Developer edition.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 18:50:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-move-the-fullscreen-button/m-p/165614#M4670</guid>
      <dc:creator>WhitneyNewcomb</dc:creator>
      <dc:date>2017-10-18T18:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: How can I move the fullscreen button?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-move-the-fullscreen-button/m-p/165615#M4671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then you can find that file in the [install dir]\server\apps\[app#]\config.json.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 18:52:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-move-the-fullscreen-button/m-p/165615#M4671</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-10-18T18:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: How can I move the fullscreen button?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-move-the-fullscreen-button/m-p/165616#M4672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're wonderful - I found it. Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 18:54:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-move-the-fullscreen-button/m-p/165616#M4672</guid>
      <dc:creator>WhitneyNewcomb</dc:creator>
      <dc:date>2017-10-18T18:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: How can I move the fullscreen button?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-move-the-fullscreen-button/m-p/165617#M4673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your should mark the reply that answered your question by clicking the Mark Correct button on that reply, so that others can find the correct answer in the thread easier.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2017 19:03:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-move-the-fullscreen-button/m-p/165617#M4673</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-10-18T19:03:20Z</dc:date>
    </item>
  </channel>
</rss>

