<?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 titles in Legend widget for specific layers within ArcGISDyMapService Layer in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/disable-titles-in-legend-widget-for-specific/m-p/326139#M30072</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/45354"&gt;Arjun Dongre&lt;/A&gt;​&amp;nbsp; have you seen this:&lt;/P&gt;&lt;P&gt;&lt;A href="http://gis.stackexchange.com/questions/37327/customize-the-legend-elements" title="http://gis.stackexchange.com/questions/37327/customize-the-legend-elements"&gt;arcgis javascript api - Customize the legend elements - Geographic Information Systems Stack Exchange&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 May 2015 15:45:22 GMT</pubDate>
    <dc:creator>RickeyFight</dc:creator>
    <dc:date>2015-05-05T15:45:22Z</dc:date>
    <item>
      <title>Disable titles in Legend widget for specific layers within ArcGISDyMapService Layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/disable-titles-in-legend-widget-for-specific/m-p/326134#M30067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is possible to disable a title for a specific layer within a service when loaded into the Legend Widget? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 15:10:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/disable-titles-in-legend-widget-for-specific/m-p/326134#M30067</guid>
      <dc:creator>ArjunDongre</dc:creator>
      <dc:date>2015-05-05T15:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: Disable titles in Legend widget for specific layers within ArcGISDyMapService Layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/disable-titles-in-legend-widget-for-specific/m-p/326135#M30068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Arjun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you talking about the Legend Widget for &lt;A href="http://doc.arcgis.com/en/web-appbuilder/create-apps/widget-legend.htm" title="http://doc.arcgis.com/en/web-appbuilder/create-apps/widget-legend.htm"&gt;Web AppBuilder&lt;/A&gt; ? If you are not can you post an example of what legend widget you are talking about? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 15:13:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/disable-titles-in-legend-widget-for-specific/m-p/326135#M30068</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2015-05-05T15:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Disable titles in Legend widget for specific layers within ArcGISDyMapService Layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/disable-titles-in-legend-widget-for-specific/m-p/326136#M30069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I do not use the WebApp Builder. I am calling the Legend class from the API and adding specific layers within a service to the legend. &lt;A href="https://developers.arcgis.com/javascript/jsapi/legend.html" title="https://developers.arcgis.com/javascript/jsapi/legend.html"&gt;Legend | API Reference | ArcGIS API for JavaScript&lt;/A&gt; . But, like in a normal legend in ArcMap where you can disable layer Titles/headings/lables, I was wondering if there was a way to disable the title.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 15:18:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/disable-titles-in-legend-widget-for-specific/m-p/326136#M30069</guid>
      <dc:creator>ArjunDongre</dc:creator>
      <dc:date>2015-05-05T15:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Disable titles in Legend widget for specific layers within ArcGISDyMapService Layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/disable-titles-in-legend-widget-for-specific/m-p/326137#M30070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Arjun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try either of these CSS:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="styles-section-title styles-selector" style="color: #222222; font-family: Consolas, 'Lucida Console', monospace; font-size: 12px;"&gt;This one disables the bold "cemetery" below&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;.esriLegendServiceLabel {


&amp;nbsp; font-weight: bold;
&amp;nbsp; visibility: hidden;
}&lt;/PRE&gt;&lt;DIV&gt;&lt;SPAN class="selector" style="color: #888888;"&gt;&lt;SPAN class="selector-matches simple-selector" style="color: #222222;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P style="color: #222222; font-family: Consolas, 'Lucida Console', monospace; font-size: 12px;"&gt;OR&lt;/P&gt;&lt;P style="color: #222222; font-family: Consolas, 'Lucida Console', monospace; font-size: 12px;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: Consolas, 'Lucida Console', monospace; font-size: 12px;"&gt;This one disables the "Cemetery Plots" below&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;

.esriLegendLayerLabel {
&amp;nbsp; padding-top: 5px;
&amp;nbsp; visibility: hidden;
}&lt;/PRE&gt;&lt;P style="color: #222222; font-family: Consolas, 'Lucida Console', monospace; font-size: 12px;"&gt;&lt;IMG __jive_id="94825" class="image-1 jive-image" height="184" src="https://community.esri.com/legacyfs/online/94825_pastedImage_0.png" style="width: 165px; height: 183.77245508982px;" width="165" /&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: Consolas, 'Lucida Console', monospace; font-size: 12px;"&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: Consolas, 'Lucida Console', monospace; font-size: 12px;"&gt;If you are trying to disable one title and not another that will be more work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 15:27:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/disable-titles-in-legend-widget-for-specific/m-p/326137#M30070</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2021-12-11T15:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Disable titles in Legend widget for specific layers within ArcGISDyMapService Layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/disable-titles-in-legend-widget-for-specific/m-p/326138#M30071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I am trying to disable on and not the other. I had seen the CSS before. The only thing I can do is to ungroup the layers and post them as their own service, which is going to be make too many services to deal with, not to mention too many threads started on the server than is necessary. I guess I could build a legend widget from scratch...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 15:37:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/disable-titles-in-legend-widget-for-specific/m-p/326138#M30071</guid>
      <dc:creator>ArjunDongre</dc:creator>
      <dc:date>2015-05-05T15:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Disable titles in Legend widget for specific layers within ArcGISDyMapService Layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/disable-titles-in-legend-widget-for-specific/m-p/326139#M30072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/45354"&gt;Arjun Dongre&lt;/A&gt;​&amp;nbsp; have you seen this:&lt;/P&gt;&lt;P&gt;&lt;A href="http://gis.stackexchange.com/questions/37327/customize-the-legend-elements" title="http://gis.stackexchange.com/questions/37327/customize-the-legend-elements"&gt;arcgis javascript api - Customize the legend elements - Geographic Information Systems Stack Exchange&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 15:45:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/disable-titles-in-legend-widget-for-specific/m-p/326139#M30072</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2015-05-05T15:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Disable titles in Legend widget for specific layers within ArcGISDyMapService Layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/disable-titles-in-legend-widget-for-specific/m-p/326140#M30073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did run across that thread. It won't help me. Thanks for your help so far!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 15:59:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/disable-titles-in-legend-widget-for-specific/m-p/326140#M30073</guid>
      <dc:creator>ArjunDongre</dc:creator>
      <dc:date>2015-05-05T15:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Disable titles in Legend widget for specific layers within ArcGISDyMapService Layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/disable-titles-in-legend-widget-for-specific/m-p/326141#M30074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you know the id of the layer you want to disable the legend label for you could add a css rule specific to that layer.&amp;nbsp; So if my layer id was Naperville_Restaurants_505 I'd do something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #legendDiv_Naperville_Restaurants_505 .esriLegendServiceLabel{
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; display: none;
&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 15:27:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/disable-titles-in-legend-widget-for-specific/m-p/326141#M30074</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2021-12-11T15:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Disable titles in Legend widget for specific layers within ArcGISDyMapService Layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/disable-titles-in-legend-widget-for-specific/m-p/326142#M30075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So to be clear on syntax: I have 5 layers within my dynamic map service. One is called "Address Points". The div id for the legend is just "legend". So the call would be #legend_Address_Points.esriLegendServiceLabel?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 17:06:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/disable-titles-in-legend-widget-for-specific/m-p/326142#M30075</guid>
      <dc:creator>ArjunDongre</dc:creator>
      <dc:date>2015-05-05T17:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: Disable titles in Legend widget for specific layers within ArcGISDyMapService Layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/disable-titles-in-legend-widget-for-specific/m-p/326143#M30076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. But an easy way to verify this is to use the browser debug tools.&amp;nbsp; For example in Chrome you can right-click on the legend label you want to hide and select the &lt;STRONG&gt;Inspect Element&lt;/STRONG&gt; option from the menu to display the element and associated css.&amp;nbsp; Here's a screen shot that shows the elements tab after I select Inspect Element. If you look at the highlighted class that's the label I want to hide. Look up a few nodes and you'll see a div with a class of esriLegendService. The id for that div is the one you'll want to use. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screen Shot 2015-05-05 at 10.12.07 AM.png" class="image-1 jive-image" src="/legacyfs/online/94816_Screen Shot 2015-05-05 at 10.12.07 AM.png" style="width: 620px; height: 180px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 17:13:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/disable-titles-in-legend-widget-for-specific/m-p/326143#M30076</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2015-05-05T17:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Disable titles in Legend widget for specific layers within ArcGISDyMapService Layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/disable-titles-in-legend-widget-for-specific/m-p/326144#M30077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe it would be #legend_Address_Points .esriLegendServiceLabel (you have to include the space after the "s" and before the period).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 17:14:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/disable-titles-in-legend-widget-for-specific/m-p/326144#M30077</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2015-05-05T17:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: Disable titles in Legend widget for specific layers within ArcGISDyMapService Layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/disable-titles-in-legend-widget-for-specific/m-p/326145#M30078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looks like an on the fly id (#esri_dijit_Legend_0_layer0_0), but it worked. Thank you Kelly. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 17:26:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/disable-titles-in-legend-widget-for-specific/m-p/326145#M30078</guid>
      <dc:creator>ArjunDongre</dc:creator>
      <dc:date>2015-05-05T17:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: Disable titles in Legend widget for specific layers within ArcGISDyMapService Layer</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/disable-titles-in-legend-widget-for-specific/m-p/326146#M30079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Added an ID to the dynamic service and was able to mess around with the CSS much more easily.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 17:27:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/disable-titles-in-legend-widget-for-specific/m-p/326146#M30079</guid>
      <dc:creator>ArjunDongre</dc:creator>
      <dc:date>2015-05-19T17:27:02Z</dc:date>
    </item>
  </channel>
</rss>

