<?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: Reposition the Layer List Widget in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/reposition-the-layer-list-widget/m-p/641066#M19036</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also add "width" and "height" params to adjust the size of the widget in your app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is some xml:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;widget url="widgets/eLayerList/eLayerListWidget.swf" 
config="widgets/eLayerList/eLayerListWidget_1.xml" 
label="Table of Contents and Explanation" icon="assets/images/Legend32.png" preload="open" 
&lt;SPAN style="color: #e23d39;"&gt;width="600" height="405" x="100" y="90"&lt;/SPAN&gt;

/&amp;gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A bummer with these custom settings is that you have to re-add them to the config.xml every time you save the app from Flex App Builder.&amp;nbsp; I wish these widget settings could be edited (and saved) directly from the App Builder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Barnaby&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 03:14:39 GMT</pubDate>
    <dc:creator>BarnabyRockwell</dc:creator>
    <dc:date>2021-12-12T03:14:39Z</dc:date>
    <item>
      <title>Reposition the Layer List Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/reposition-the-layer-list-widget/m-p/641061#M19031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I am using the Layer List widget in a web app service.&amp;nbsp; I have it configured to open at start.&amp;nbsp; Although the window opens up fine, it opens up directly over the navigation widget.&amp;nbsp; What do I need to add to the code to modify the position which the Layer list window opens on start?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 18:10:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/reposition-the-layer-list-widget/m-p/641061#M19031</guid>
      <dc:creator>AlexanderMcKoy</dc:creator>
      <dc:date>2015-02-05T18:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Reposition the Layer List Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/reposition-the-layer-list-widget/m-p/641062#M19032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alexander,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; As you have just posted this question in the general GeoNet help, what platform are you talking about? Flex Viewer, Web AppBuilder, etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 20:48:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/reposition-the-layer-list-widget/m-p/641062#M19032</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-02-05T20:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Reposition the Layer List Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/reposition-the-layer-list-widget/m-p/641063#M19033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for placing this question in the general section as I have not yet familiarized myself with the site.&amp;nbsp; I am on the Flex Viewer platform.&amp;nbsp; I mainly use ArcGIS Viewer for Flex Application Builder v3.6.&amp;nbsp; I also go directly into the .xml file to make some configuration changes if I'm not sure how to access the parameters in the AppBuilder. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 14:02:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/reposition-the-layer-list-widget/m-p/641063#M19033</guid>
      <dc:creator>AlexanderMcKoy</dc:creator>
      <dc:date>2015-02-06T14:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Reposition the Layer List Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/reposition-the-layer-list-widget/m-p/641064#M19034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alexander,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; OK, in the main config.xml you can change the top and left properties of any widget.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;widget label="Print" left="390" top="400"
&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; icon="assets/images/i_print.png"
&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; config="widgets/Print/PrintWidget.xml"
&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; url="widgets/Print/PrintWidget.swf"/&amp;gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 03:14:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/reposition-the-layer-list-widget/m-p/641064#M19034</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-12T03:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: Reposition the Layer List Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/reposition-the-layer-list-widget/m-p/641065#M19035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow...this worked perfectly.&amp;nbsp; I went into the config.xml file and added the highlighted portion to the code and I was able to reposition it exactly where I needed it after a few iterations (no clue what the default position is &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/confused.png" /&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;widget url="widgets/LayerList/LayerListWidget.swf"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; config="widgets/LayerList/LayerListWidget_1.xml"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; label="Layer List"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #e23d39;"&gt;left="120" top="120"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; icon="assets/images/i_layers.png"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; preload="open"/&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 14:31:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/reposition-the-layer-list-widget/m-p/641065#M19035</guid>
      <dc:creator>AlexanderMcKoy</dc:creator>
      <dc:date>2015-02-06T14:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: Reposition the Layer List Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/reposition-the-layer-list-widget/m-p/641066#M19036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also add "width" and "height" params to adjust the size of the widget in your app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is some xml:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;widget url="widgets/eLayerList/eLayerListWidget.swf" 
config="widgets/eLayerList/eLayerListWidget_1.xml" 
label="Table of Contents and Explanation" icon="assets/images/Legend32.png" preload="open" 
&lt;SPAN style="color: #e23d39;"&gt;width="600" height="405" x="100" y="90"&lt;/SPAN&gt;

/&amp;gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A bummer with these custom settings is that you have to re-add them to the config.xml every time you save the app from Flex App Builder.&amp;nbsp; I wish these widget settings could be edited (and saved) directly from the App Builder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Barnaby&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 03:14:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/reposition-the-layer-list-widget/m-p/641066#M19036</guid>
      <dc:creator>BarnabyRockwell</dc:creator>
      <dc:date>2021-12-12T03:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: Reposition the Layer List Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/reposition-the-layer-list-widget/m-p/641067#M19037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, thanks for that insight Barnaby.&amp;nbsp; That is helpful to know so when I re-save my settings in App Builder and the widget reverts back, I will at least know what happened.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 15:08:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/reposition-the-layer-list-widget/m-p/641067#M19037</guid>
      <dc:creator>AlexanderMcKoy</dc:creator>
      <dc:date>2015-02-10T15:08:05Z</dc:date>
    </item>
  </channel>
</rss>

