<?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: Change popup feature menu heading - 4.28 in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-popup-feature-menu-heading-4-28/m-p/1378620#M83579</link>
    <description>&lt;P&gt;The layer does have a title, see below.&amp;nbsp; I do add graphics directly, but the popup template is on the feature layer.&amp;nbsp; I will play around with it.&amp;nbsp; &amp;nbsp;Is there a way to just not show the heading at all?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;\&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;    const parcelLayer = new FeatureLayer({
      url: "https://www.jfksgis.us/server/rest/services/BaseLayers/JFKSBaseMapLayers/MapServer/3",
      title: "parcel Layer",
      popupTemplate : createPopupTemplate(),
      listMode: "hide",
      outFields:["*"]
    });&lt;/LI-CODE&gt;</description>
    <pubDate>Tue, 06 Feb 2024 14:22:23 GMT</pubDate>
    <dc:creator>MatthewDriscoll</dc:creator>
    <dc:date>2024-02-06T14:22:23Z</dc:date>
    <item>
      <title>Change popup feature menu heading - 4.28</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-popup-feature-menu-heading-4-28/m-p/1378253#M83560</link>
      <description>&lt;P&gt;*edit for more context&lt;/P&gt;&lt;P&gt;There seems to be a new item of heading in the search feature menu popup.&amp;nbsp; &amp;nbsp;How do I change that from "Untitled" to something else or to get rid of it completely?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4.21 -&amp;nbsp;&lt;A href="https://www.jfksgis.us/parcellocatorjfks/parcelLocatorJFKS.html" target="_self"&gt;Link Example - 4.21&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FeatureMenu421.jpg"&gt;&lt;img src="https://community.esri.com/skins/images/6FB677289350BBB910A3783DB4D87027/responsive_peak/images/image_not_found.png" alt="FeatureMenu421.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;4.28 -&amp;nbsp;&lt;A href="https://www.jfksgis.us/interjfks/" target="_self"&gt;Link Example - 4.28&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="FeatureMenu428.jpg"&gt;&lt;img src="https://community.esri.com/skins/images/6FB677289350BBB910A3783DB4D87027/responsive_peak/images/image_not_found.png" alt="FeatureMenu428.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2024 20:01:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-popup-feature-menu-heading-4-28/m-p/1378253#M83560</guid>
      <dc:creator>MatthewDriscoll</dc:creator>
      <dc:date>2024-02-05T20:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: Change popup feature menu heading - 4.28</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-popup-feature-menu-heading-4-28/m-p/1378356#M83566</link>
      <description>&lt;P&gt;Both examples given use the exact same code.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;function createPopupTemplate(){
      const urlTax = "https://ks1418.cichosting.com/ttp/tax/Search/search_tax_results.aspx?";
      const urlRC = "https://www.jfksgis.us/prc/"
      var parInfo = 'https://www.jfksgis.us/JFKSParcelSearch/parcelInformation.html';
      var platy = "Replace($feature.Plat_HL, ' ', '%20')"
      return{
        title:
          "&amp;lt;b&amp;gt;Owner:&amp;lt;/b&amp;gt; {PartyName_1} " + 
          "&amp;lt;br /&amp;gt;&amp;lt;b&amp;gt;Address: &amp;lt;/b&amp;gt; {PropertyAddress}" +
          "&amp;lt;br&amp;gt;&amp;lt;b&amp;gt;Property Number: &amp;lt;/b&amp;gt; {PropertyNumber}" +
          "&amp;lt;br&amp;gt;&amp;lt;b&amp;gt;Appraisal:&amp;lt;/b&amp;gt; ${RP_AprTot}", 
        outFields: ["*"],
        content:
          [
            {
              type: "fields",
              fieldInfos:[
                {
                  fieldName: "QuickRefID",
                  label: "Quick Ref ID",
                },
                {
                  fieldName: "ACRES",
                  label: "Acres",
                  format:{
                    places: 2,
                  }
                },                
              ]
            },
            {
              type: "text",
              text: "&amp;lt;a class='hyperlinkURL' target='_blank' href=" + parInfo + "?PropertyID={PropertyID}&amp;amp;PID={PID}&amp;amp;PropNum={PropertyNumber}&amp;gt;Parcel Information&amp;lt;/a&amp;gt;&amp;amp;nbsp&amp;amp;nbsp&amp;amp;nbsp&amp;amp;nbsp&amp;amp;nbsp&amp;amp;nbsp&amp;lt;a class='hyperlinkURL' target='_blank' href=" + urlTax + "PID={PID}&amp;gt;Tax Information&amp;lt;/a&amp;gt;"
            },
            {
              type: "text",
              text: "&amp;lt;a class='hyperlinkURL2' target='_blank' href=https://{expression/platlinked}&amp;gt;View Plat&amp;lt;/a&amp;gt;&amp;amp;nbsp&amp;amp;nbsp&amp;amp;nbsp&amp;amp;nbsp&amp;amp;nbsp&amp;amp;nbsp&amp;lt;a class='hyperlinkURL' href=" + urlRC + "{PropertyNumber}.pdf&amp;gt;Property Record Card&amp;lt;/a&amp;gt;", 
            },          
          ],      
          expressionInfos:[
            {
              name: "platlinked",
              expression: platy, 
            },
          ],
          fieldInfos:[{
            fieldName: "RP_AprTot",
            label: "Total Appraised Value",
            format: {
              places: 2,
              digitSeparator: true,
            }         
          },
        ],
      }     
    };&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 05 Feb 2024 20:04:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-popup-feature-menu-heading-4-28/m-p/1378356#M83566</guid>
      <dc:creator>MatthewDriscoll</dc:creator>
      <dc:date>2024-02-05T20:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: Change popup feature menu heading - 4.28</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-popup-feature-menu-heading-4-28/m-p/1378468#M83572</link>
      <description>&lt;P&gt;The value of that heading should be the same as the &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-Layer.html#title" target="_self"&gt;title&lt;/A&gt; property for the layer containing the graphics.&amp;nbsp; If your layer doesn't have a title, that could explain it.&amp;nbsp; Or, if you're not using a layer and adding your graphics directly to the MapView's &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#graphics" target="_self"&gt;graphics&lt;/A&gt; collection instead, that might explain it as well.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Feb 2024 22:40:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-popup-feature-menu-heading-4-28/m-p/1378468#M83572</guid>
      <dc:creator>JoelBennett</dc:creator>
      <dc:date>2024-02-05T22:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: Change popup feature menu heading - 4.28</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-popup-feature-menu-heading-4-28/m-p/1378620#M83579</link>
      <description>&lt;P&gt;The layer does have a title, see below.&amp;nbsp; I do add graphics directly, but the popup template is on the feature layer.&amp;nbsp; I will play around with it.&amp;nbsp; &amp;nbsp;Is there a way to just not show the heading at all?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;\&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;    const parcelLayer = new FeatureLayer({
      url: "https://www.jfksgis.us/server/rest/services/BaseLayers/JFKSBaseMapLayers/MapServer/3",
      title: "parcel Layer",
      popupTemplate : createPopupTemplate(),
      listMode: "hide",
      outFields:["*"]
    });&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 06 Feb 2024 14:22:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-popup-feature-menu-heading-4-28/m-p/1378620#M83579</guid>
      <dc:creator>MatthewDriscoll</dc:creator>
      <dc:date>2024-02-06T14:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Change popup feature menu heading - 4.28</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-popup-feature-menu-heading-4-28/m-p/1378667#M83582</link>
      <description>&lt;P&gt;You were correct.&amp;nbsp; I used the graphics not the layer.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://codepen.io/mbdriscoll/pen/GReBgYd" target="_self"&gt;https://codepen.io/mbdriscoll/pen/GReBgYd&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2024 15:45:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/change-popup-feature-menu-heading-4-28/m-p/1378667#M83582</guid>
      <dc:creator>MatthewDriscoll</dc:creator>
      <dc:date>2024-02-06T15:45:55Z</dc:date>
    </item>
  </channel>
</rss>

