<?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: How to change Layer List interface in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-change-layer-list-interface/m-p/409412#M10949</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Diana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; No I am not aware of any online training for this.&amp;nbsp; Don't forget to mark this thread as answered by clicking the "Correct Answer".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Mar 2016 13:37:23 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2016-03-24T13:37:23Z</dc:date>
    <item>
      <title>How to change Layer List interface</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-change-layer-list-interface/m-p/409407#M10944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I changed the name of the widget from "Layer list" to "Select imagery to compare", but now the title is cropped "Select imagery to co..."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I make boundaries of the name field wider or change the font to a smaller one?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&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/192900_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 18:32:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-change-layer-list-interface/m-p/409407#M10944</guid>
      <dc:creator>LianaSmith</dc:creator>
      <dc:date>2016-03-23T18:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to change Layer List interface</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-change-layer-list-interface/m-p/409408#M10945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Diana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; You can open the main config.json of your app and add a width property to that specific widget so that the label shows in full.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 20:54:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-change-layer-list-interface/m-p/409408#M10945</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-03-23T20:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to change Layer List interface</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-change-layer-list-interface/m-p/409409#M10946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please specify what exactly I need to add? I am not good in programming.. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 12:48:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-change-layer-list-interface/m-p/409409#M10946</guid>
      <dc:creator>LianaSmith</dc:creator>
      <dc:date>2016-03-24T12:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to change Layer List interface</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-change-layer-list-interface/m-p/409410#M10947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Diana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since you have the LayerList widget in the Foldable Theme and in the HeaderController Widgets widget pool,&lt;/P&gt;&lt;P&gt;open your apps config.json and make a change like this (line 9 add the comma and add line 10 with your desired width):&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;"widgetPool": {
&amp;nbsp;&amp;nbsp;&amp;nbsp; "panel": {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "uri": "themes/FoldableTheme/panels/FoldablePanel/Panel",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "position": {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "top": 5,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "right": 5,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "bottom": 5,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "zIndex": 5,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "relativeTo": "map",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "width": 480
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp;&amp;nbsp; },&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 18:36:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-change-layer-list-interface/m-p/409410#M10947</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-11T18:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to change Layer List interface</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-change-layer-list-interface/m-p/409411#M10948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert, Thank you! I did not know that I need to look got the widget pool. Do you know any online trainings where I can learn how to do widgets customization? Thank you again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 13:15:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-change-layer-list-interface/m-p/409411#M10948</guid>
      <dc:creator>LianaSmith</dc:creator>
      <dc:date>2016-03-24T13:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to change Layer List interface</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-change-layer-list-interface/m-p/409412#M10949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Diana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; No I am not aware of any online training for this.&amp;nbsp; Don't forget to mark this thread as answered by clicking the "Correct Answer".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 13:37:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-change-layer-list-interface/m-p/409412#M10949</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-03-24T13:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to change Layer List interface</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-change-layer-list-interface/m-p/409413#M10950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;These are probably still last year's videos, but free and might be worth a watch.&amp;nbsp; Some Dev Summit 2016 might be released soon too.&lt;/P&gt;&lt;P&gt;&lt;A href="http://video.esri.com/search/web-appbuilder-custom" title="http://video.esri.com/search/web-appbuilder-custom"&gt;Search | Esri Video&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For other info on WAB developer edition, check out my blog &lt;A href="https://community.esri.com/migration-blogpost/2580"&gt;Web AppBuilder Developer Edition - Customization Resource List&lt;/A&gt;​&amp;nbsp; if you haven't already.&amp;nbsp; There are some additional training info there...long document so you may have to scroll down a bit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 16:33:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-change-layer-list-interface/m-p/409413#M10950</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2016-03-24T16:33:37Z</dc:date>
    </item>
  </channel>
</rss>

