<?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: Hiding items from layer list in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/hiding-items-from-layer-list/m-p/437496#M11561</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I did not...&amp;nbsp;but was very easy to retrofit with one folder and one config file.&lt;/P&gt;&lt;P&gt;I am all good now, thank you for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Mar 2019 14:39:43 GMT</pubDate>
    <dc:creator>WilliamBailey</dc:creator>
    <dc:date>2019-03-29T14:39:43Z</dc:date>
    <item>
      <title>Hiding items from layer list</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/hiding-items-from-layer-list/m-p/437486#M11551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am just starting out with WAB and I am trying to figure out how to keep certain items off the layer list widget. I am dynamically loading a couple&amp;nbsp;ArcGISDynamicMapServiceLayer layers upon a widget load. One of the services has a table on the service that I am trying to not show in the layer list. The other service I only want to see some layers on the layer list. Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;startup: function() {&lt;BR /&gt; this.inherited(arguments);&lt;BR /&gt; //this.mapIdNode.innerHTML = 'map id:' + this.map.id;&lt;BR /&gt; console.log('startup');&lt;BR /&gt; //Load wildfire layer but only show first 4 layers&lt;BR /&gt;&lt;SPAN&gt; geoMacLayer = new ArcGISDynamicMapServiceLayer("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Frmgsc.cr.usgs.gov%2Farcgis%2Frest%2Fservices%2F%2Fgeomac_dyn%2FMapServer" rel="nofollow" target="_blank"&gt;https://rmgsc.cr.usgs.gov/arcgis/rest/services//geomac_dyn/MapServer&lt;/A&gt;&lt;SPAN&gt;");&lt;/SPAN&gt;&lt;BR /&gt; geoMacLayer.setVisibleLayers([0,1,2,3],true);&lt;BR /&gt; this.map.addLayer(geoMacLayer);&lt;BR /&gt; &lt;BR /&gt; //Load policy layer but to not show table (layer 2) in layer list&lt;BR /&gt;&lt;SPAN&gt; policyLayer = new ArcGISDynamicMapServiceLayer("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fmyserver%2Farcgis%2Frest%2Fservices%2F%2FPolicies%2FHOPolicies%2FMapServer" rel="nofollow" target="_blank"&gt;http://myserver/arcgis/rest/services//Policies/HOPolicies/MapServer&lt;/A&gt;&lt;SPAN&gt;"); &lt;/SPAN&gt;&lt;BR /&gt; policyLayer.setOpacity(0.75);&lt;BR /&gt; policyLayer.setVisibleLayers([0,1],true); &lt;BR /&gt; this.map.addLayer(policyLayer);&lt;BR /&gt; &lt;BR /&gt; }&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2016 14:49:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/hiding-items-from-layer-list/m-p/437486#M11551</guid>
      <dc:creator>BrianLeroux</dc:creator>
      <dc:date>2016-12-15T14:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding items from layer list</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/hiding-items-from-layer-list/m-p/437487#M11552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brain,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;In the LayerList widget Widget.js find the showLayers function and add (line 4):&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; showLayers&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;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="comment token"&gt;// summary:&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="comment token"&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp; create a LayerListView module used to draw layers list in browser.&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="keyword token"&gt;this&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;config&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;layerOptions&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"ESRI 2015 Geographic Data_0"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;display &lt;SPAN class="operator 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; &lt;SPAN class="keyword token"&gt;this&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;layerListView &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;LayerListView&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; operLayerInfos&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;operLayerInfos&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; layerListWidget&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;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; config&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;config
&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;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;placeAt&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;layerListBody&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="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;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;add line 4 multiple times for the layers(sublayers) you do not want to show in the Layer List.&amp;nbsp;"ESRI 2015 Geographic Data_0" is the actual id of the layer/sublayer you want to hide. You will have to use your browsers developertools to get this info. Here is how. After you add the layers they appear in the LayerList (even the ones you don't want showing) so you right click on the layers title text in the LL widget and choose inspect (chrome browser) and you will see in the class property there is the actual id in there (i.e&amp;nbsp;&lt;SPAN class="" style="color: #222222; text-decoration: none !important;"&gt;class&lt;/SPAN&gt;&lt;SPAN style="color: #222222; background-color: #ffffff;"&gt;="&lt;/SPAN&gt;&lt;SPAN class="" style="color: #222222; text-decoration: none !important;"&gt;layer-title-div-&lt;STRONG&gt;ESRI 2015 Geographic Data_0&lt;/STRONG&gt;&amp;nbsp;div-content jimu-float-leading &lt;/SPAN&gt;&lt;SPAN style="color: #222222; background-color: #ffffff;"&gt;").&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 19:35:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/hiding-items-from-layer-list/m-p/437487#M11552</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-11T19:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding items from layer list</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/hiding-items-from-layer-list/m-p/437488#M11553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for sharing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I researched further I found the LL config file (config_LayerList.json) that has layer options that I can set. It appears that either of these will accomplish what I need. I am not sure if one way is better than the other but I think the config will be easier to modify if needed. Not I need to work on a way to delete a layer. Thanks again!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"layerOptions": {&lt;BR /&gt; "layer3": {&lt;BR /&gt; "display": true&lt;BR /&gt; },&lt;BR /&gt; "layer3_0": {&lt;BR /&gt; "display": true&lt;BR /&gt; },&lt;BR /&gt; "layer3_1": {&lt;BR /&gt; "display": true&lt;BR /&gt; },&lt;BR /&gt; "layer2": {&lt;BR /&gt; "display": true&lt;BR /&gt; },&lt;BR /&gt; "layer2_0": {&lt;BR /&gt; "display": true&lt;BR /&gt; },&lt;BR /&gt; "layer2_1": {&lt;BR /&gt; "display": true&lt;BR /&gt; },&lt;BR /&gt; "layer2_2": {&lt;BR /&gt; "display": true&lt;BR /&gt; },&lt;BR /&gt; "layer2_3": {&lt;BR /&gt; "display": true&lt;BR /&gt; },&lt;BR /&gt; "layer2_4": {&lt;BR /&gt; "display": true&lt;BR /&gt; },&lt;BR /&gt; "layer2_5": {&lt;BR /&gt; "display": true&lt;BR /&gt; },&lt;BR /&gt; "layer2_6": {&lt;BR /&gt; "display": true&lt;BR /&gt; },&lt;BR /&gt; "layer2_7": {&lt;BR /&gt; "display": true&lt;BR /&gt; },&lt;BR /&gt; "layer2_8": {&lt;BR /&gt; "display": true&lt;BR /&gt; },&lt;BR /&gt; "layer2_9": {&lt;BR /&gt; "display": true&lt;BR /&gt; },&lt;BR /&gt; "layer2_10": {&lt;BR /&gt; "display": true&lt;BR /&gt; },&lt;BR /&gt; "layer2_11": {&lt;BR /&gt; "display": true&lt;BR /&gt; },&lt;BR /&gt; "layer2_12": {&lt;BR /&gt; "display": true&lt;BR /&gt; },&lt;BR /&gt; "layer2_13": {&lt;BR /&gt; "display": true&lt;BR /&gt; },&lt;BR /&gt; "layer2_14": {&lt;BR /&gt; "display": true&lt;BR /&gt; },&lt;BR /&gt; "layer2_15": {&lt;BR /&gt; "display": true&lt;BR /&gt; },&lt;BR /&gt; "layer2_16": {&lt;BR /&gt; "display": true&lt;BR /&gt; },&lt;BR /&gt; "layer2_17": {&lt;BR /&gt; "display": true&lt;BR /&gt; },&lt;BR /&gt; "layer2_18": {&lt;BR /&gt; "display": true&lt;BR /&gt; },&lt;BR /&gt; "layer2_19": {&lt;BR /&gt; "display": true&lt;BR /&gt; },&lt;BR /&gt; "layer2_20": {&lt;BR /&gt; "display": true&lt;BR /&gt; },&lt;BR /&gt; "layer2_21": {&lt;BR /&gt; "display": true&lt;BR /&gt; },&lt;BR /&gt; "layer2_22": {&lt;BR /&gt; "display": true&lt;BR /&gt; },&lt;BR /&gt; "layer2_23": {&lt;BR /&gt; "display": true&lt;BR /&gt; },&lt;BR /&gt; "layer2_24": {&lt;BR /&gt; "display": true&lt;BR /&gt; },&lt;BR /&gt; "layer2_25": {&lt;BR /&gt; "display": true&lt;BR /&gt; },&lt;BR /&gt; "layer2_26": {&lt;BR /&gt; "display": true&lt;BR /&gt; },&lt;BR /&gt; "layer3_2": {&lt;BR /&gt; "display": false&lt;BR /&gt; },&lt;BR /&gt; "layer3_2_1": {&lt;BR /&gt; "display": false&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2016 16:25:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/hiding-items-from-layer-list/m-p/437488#M11553</guid>
      <dc:creator>BrianLeroux</dc:creator>
      <dc:date>2016-12-15T16:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding items from layer list</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/hiding-items-from-layer-list/m-p/437489#M11554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;Brian,&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp; Ok I thought that you were adding your layers dynamically at runtime. If so then the config will not have them listed. The provided code would work in that case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2016 16:28:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/hiding-items-from-layer-list/m-p/437489#M11554</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-12-15T16:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding items from layer list</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/hiding-items-from-layer-list/m-p/437490#M11555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am adding the layers at runtime but since I know what I am adding I am able to provide&amp;nbsp;the layer options in the config and when the layers are added they honor the info in that config file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2016 17:09:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/hiding-items-from-layer-list/m-p/437490#M11555</guid>
      <dc:creator>BrianLeroux</dc:creator>
      <dc:date>2016-12-15T17:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding items from layer list</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/hiding-items-from-layer-list/m-p/437491#M11556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK.&lt;/P&gt;&lt;P&gt;Don't forget to mark this question as answered by clicking on the "Correct Answer" link on the reply that answered your question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2016 17:36:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/hiding-items-from-layer-list/m-p/437491#M11556</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-12-15T17:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding items from layer list</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/hiding-items-from-layer-list/m-p/437492#M11557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have some "data only" layers included in my map and need to eliminate from Layer widget but not actually removed from the map. I saw this post, but I think the code has changed quite a bit since 2016. Both of these lines return an empty Layer widget.&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="" style="color: #0077aa; border: 0px; font-weight: inherit;"&gt;showLayers: function() {
 // summary:
 // create a LayerListView module used to draw layers list in browser.
 &lt;STRONG&gt;&lt;EM&gt;//this.config.layerOptions["Comm_Qual_Sale_Latest_2608"].display = false;&lt;/EM&gt;&lt;/STRONG&gt;
&lt;STRONG&gt;&lt;EM&gt; this.operLayerInfos("Comm_Qual_Sale_Latest_2608").display = false;&lt;/EM&gt;&lt;/STRONG&gt;
 this.layerListView = new LayerListView({
 operLayerInfos: this.operLayerInfos,
 layerListWidget: this,
 config: this.config
 }).placeAt(this.layerListBody);
 },&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 19:35:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/hiding-items-from-layer-list/m-p/437492#M11557</guid>
      <dc:creator>WilliamBailey</dc:creator>
      <dc:date>2021-12-11T19:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding items from layer list</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/hiding-items-from-layer-list/m-p/437493#M11558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;William,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;I just tested in 2.11 and it still works fine.&lt;/P&gt;&lt;PRE class="language-javascript line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;this&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;config&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;layerOptions&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"LOJIC_LandRecords_Louisville_5062"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;display &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;false&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;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2019 19:17:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/hiding-items-from-layer-list/m-p/437493#M11558</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-03-28T19:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding items from layer list</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/hiding-items-from-layer-list/m-p/437494#M11559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;odd...&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;PRE class="" style="color: #000000; background: #f5f2f0; border: 0px; margin: 0.5em 0px; padding: 1em 1em 1em 3.8em;"&gt;&lt;CODE style="border: 0px; font-weight: inherit;"&gt;&lt;SPAN class="" style="color: #0077aa; border: 0px; font-weight: inherit;"&gt;this&lt;/SPAN&gt;&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;.&lt;/SPAN&gt;config&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;.&lt;/SPAN&gt;layerOptions&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;layerOptions "undefined" in debug in this file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Mar 2019 13:42:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/hiding-items-from-layer-list/m-p/437494#M11559</guid>
      <dc:creator>WilliamBailey</dc:creator>
      <dc:date>2019-03-29T13:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding items from layer list</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/hiding-items-from-layer-list/m-p/437495#M11560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you not open the settings dialog for the layerlist in WAB and save?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Mar 2019 13:45:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/hiding-items-from-layer-list/m-p/437495#M11560</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-03-29T13:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Hiding items from layer list</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/hiding-items-from-layer-list/m-p/437496#M11561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I did not...&amp;nbsp;but was very easy to retrofit with one folder and one config file.&lt;/P&gt;&lt;P&gt;I am all good now, thank you for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Mar 2019 14:39:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/hiding-items-from-layer-list/m-p/437496#M11561</guid>
      <dc:creator>WilliamBailey</dc:creator>
      <dc:date>2019-03-29T14:39:43Z</dc:date>
    </item>
  </channel>
</rss>

