<?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 do I remove the zoom-to action from the default popup? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-remove-the-zoom-to-action-from-the/m-p/1367343#M83280</link>
    <description>&lt;P&gt;Thank you for your code, it is really helpful and this is the one that works for me to remove zoom and dock options. I tried to use the previous advices such as&lt;/P&gt;&lt;LI-CODE lang="c"&gt;view.popup.viewModel.includeDefaultActions = false;&lt;/LI-CODE&gt;&lt;P&gt;but viewModel is not defined for&amp;nbsp; popup (why?). I'd like to ask an additional question: is it possible to decrease the height of the title band? I do not want to show any title so this band is empty but still has too big height.&lt;/P&gt;</description>
    <pubDate>Mon, 08 Jan 2024 14:39:00 GMT</pubDate>
    <dc:creator>ekleiman22</dc:creator>
    <dc:date>2024-01-08T14:39:00Z</dc:date>
    <item>
      <title>How do I remove the zoom-to action from the default popup?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-remove-the-zoom-to-action-from-the/m-p/668888#M62439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I remove the &lt;CODE class="lang-js"&gt;zoom-to action from the default popup?&amp;nbsp; Do I have to manually remove it from the actions array via splice?&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 17:23:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-remove-the-zoom-to-action-from-the/m-p/668888#M62439</guid>
      <dc:creator>MarkL</dc:creator>
      <dc:date>2016-03-10T17:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove the zoom-to action from the default popup?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-remove-the-zoom-to-action-from-the/m-p/668889#M62440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just add this to your project's CSS:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;.zoomTo {
display:none;
}&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will hide the Zoom To link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 04:16:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-remove-the-zoom-to-action-from-the/m-p/668889#M62440</guid>
      <dc:creator>SteveCole</dc:creator>
      <dc:date>2021-12-12T04:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove the zoom-to action from the default popup?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-remove-the-zoom-to-action-from-the/m-p/668890#M62441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&amp;nbsp; Nothing like a little CSS to clean things up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 17:32:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-remove-the-zoom-to-action-from-the/m-p/668890#M62441</guid>
      <dc:creator>MarkL</dc:creator>
      <dc:date>2016-03-10T17:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove the zoom-to action from the default popup?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-remove-the-zoom-to-action-from-the/m-p/668891#M62442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also do it in code by clearing the popup actions, this works for me:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; view.popup.viewModel.actions = [];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2016 19:35:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-remove-the-zoom-to-action-from-the/m-p/668891#M62442</guid>
      <dc:creator>RobWaller</dc:creator>
      <dc:date>2016-03-10T19:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove the zoom-to action from the default popup?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-remove-the-zoom-to-action-from-the/m-p/668892#M62443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Steve/Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In 4.0 final Popup actions will be a collection of Accessor objects, which has a visible property. So rather than use CSS you can set this property to false:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// hides zoomTo action from popup&lt;/P&gt;&lt;P&gt;view.popup.viewModel.actions.getItemAt(0).visible = false;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will also make it convenient to show/hide actions based on other logic or attribute values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 17:06:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-remove-the-zoom-to-action-from-the/m-p/668892#M62443</guid>
      <dc:creator>KristianEkenes</dc:creator>
      <dc:date>2016-03-24T17:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove the zoom-to action from the default popup?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-remove-the-zoom-to-action-from-the/m-p/668893#M62444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what I used:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #606060;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;.esriPopup &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;.actionsPane&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;.zoomTo&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; {&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #606060;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;display&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;: &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;none&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #606060; font-size: 10pt;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14593617355155509 jive_text_macro" data-renderedposition="112_8_1330_0" jivemacro_uid="_14593617355155509"&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2016 18:16:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-remove-the-zoom-to-action-from-the/m-p/668893#M62444</guid>
      <dc:creator>JohnRitsko</dc:creator>
      <dc:date>2016-03-30T18:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove the zoom-to action from the default popup?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-remove-the-zoom-to-action-from-the/m-p/1024053#M71670</link>
      <description>&lt;P&gt;Except for the simple solution I explained below, unfortunately none of the solutions I've found online worked for me to remove the "Zoom To" option from the default popup.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Solution:&lt;/STRONG&gt; You simply need to remove the "Zoom To" action from the &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Popup.html#actions" target="_blank" rel="noopener"&gt;"actions" array&lt;/A&gt;. Emptying the array worked for me since I haven't added any additional actions to this array (by default, the array only contains one action: "Zoom To")&lt;/P&gt;&lt;P&gt;In JavaScript, there are &lt;A href="https://stackoverflow.com/a/1232046" target="_self"&gt;many different ways&lt;/A&gt;&amp;nbsp;to delete all elements of an array. What I personally did was:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;view.popup.actions = [];&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Above, "view" denotes the SceneView instance I created. This "view" instance might have a different name (and not necessarily has to be a SceneView) in your code but the rest should be the same...&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Tip:&lt;/STRONG&gt; you can always check the contents of your "actions" array by logging its contents in the console using:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;var count=0;
view.popup.actions.forEach(element =&amp;gt; {
console.log("Item " + count + " : " + element.id );
count++;
});&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For more details, &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Popup.html#actions" target="_blank" rel="noopener"&gt;click here&amp;nbsp;&lt;/A&gt;to check out the official documentation of actions in popup.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 21:07:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-remove-the-zoom-to-action-from-the/m-p/1024053#M71670</guid>
      <dc:creator>Aytunc</dc:creator>
      <dc:date>2021-02-05T21:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove the zoom-to action from the default popup?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-remove-the-zoom-to-action-from-the/m-p/1244627#M79752</link>
      <description>&lt;P&gt;You can remove all default actions&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;// Removes the default actions from the popup&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;view.&lt;/SPAN&gt;&lt;SPAN class=""&gt;popup&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;viewModel&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;includeDefaultActions&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN class=""&gt;false&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Popup-PopupViewModel.html#includeDefaultActions" target="_blank" rel="noopener"&gt;includeDefaultActions&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Dec 2022 19:36:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-remove-the-zoom-to-action-from-the/m-p/1244627#M79752</guid>
      <dc:creator>GregoryBologna</dc:creator>
      <dc:date>2022-12-30T19:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove the zoom-to action from the default popup?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-remove-the-zoom-to-action-from-the/m-p/1284832#M81019</link>
      <description>&lt;P&gt;Only this solution works for me after a lot of tries. Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2023 17:07:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-remove-the-zoom-to-action-from-the/m-p/1284832#M81019</guid>
      <dc:creator>lochd</dc:creator>
      <dc:date>2023-05-02T17:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove the zoom-to action from the default popup?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-remove-the-zoom-to-action-from-the/m-p/1345909#M82686</link>
      <description>&lt;P&gt;same here&lt;/P&gt;</description>
      <pubDate>Sun, 05 Nov 2023 05:52:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-remove-the-zoom-to-action-from-the/m-p/1345909#M82686</guid>
      <dc:creator>AbhinavGarg</dc:creator>
      <dc:date>2023-11-05T05:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove the zoom-to action from the default popup?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-remove-the-zoom-to-action-from-the/m-p/1365569#M83239</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dear GregoryBologna: Can you please tell me which file you are editing here?&amp;nbsp; I'm not a Web programmer. I just want to stop the annoying default 'zoom' to and 'dock' options on the New Map Viewer popup.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can remove all default actions&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;// Removes the default actions from the popup&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;view.&lt;/SPAN&gt;&lt;SPAN class=""&gt;popup&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;viewModel&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN class=""&gt;includeDefaultActions&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN class=""&gt;false&lt;/SPAN&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jan 2024 20:34:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-remove-the-zoom-to-action-from-the/m-p/1365569#M83239</guid>
      <dc:creator>pdtanimot</dc:creator>
      <dc:date>2024-01-02T20:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove the zoom-to action from the default popup?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-remove-the-zoom-to-action-from-the/m-p/1365597#M83241</link>
      <description>&lt;P&gt;In your JavaScript block or file where you are setting up your MapView popup properties. One way is to create an object literal with popup properties and assign the object to the MapView popup property. Add a watch to monitor mapview zoom events. Take a look at the code fragment where I set &lt;SPAN&gt;includeDefaultActions and other&amp;nbsp;&lt;/SPAN&gt;properties.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;// popup defaults

let default_popup = {
  viewModel: {
	actions: {
	  zoom: false,
	},
	actionsMenuEnabled: false,    // actions within the popup should display in a menu item
	includeDefaultActions: false, // Indicates whether or not to include defaultActions in the Popup's UI.
  },
  // Works better without dock enabled.
  dockEnabled: false,
  dockOptions: {
	// Disables the dock button from the popup.
	buttonEnabled: false,
	// Ignore default sizes that trigger responsive docking.
	breakpoint: false,
	// or...Dock the popup when the size of the view is less than or equal to breakpoint pixels.
	// breakpoint: {
	//   width: 352,
	//   height: 522
	// },
	//position: 'top-left' // default is auto.
  },
  // Shows pagination for the popup if available.
  // This allows the user to scroll through various
  // selected features using either arrows
  visibleElements: {
	featureNavigation: true,
	closeButton: true,
  },
  // autoCloseEnabled: true,
  // DEPRECATED Replacement: view.popupEnabled
  // autoOpenEnabled: false, // use when needing to stop the click event propagation
  // https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#popupEnabled
  // popupEnabled: false //  view's default popup is loaded on demand when true
};

// 2D map instance

let view = new MapView({
  map: map,
  container: 'myMapViewer',
  center: [lon, lat],
  zoom: 12,
  navigation: {
   // allow it on mobile
	momentumEnabled: true,
	mouseWheelZoomEnabled: true,
	browserTouchPanEnabled: true, 
  },
  padding: padding,
  constraints: {
	maxScale: 0,
	minScale: 300000,
	// When true, the view snaps to the next LOD when zooming in or out. 
	// When false, the zoom is continuous. This does not apply when 
	// zooming in/out using two finger pinch in/out.
	// snapToZoom: false
  },
  popup: default_popup,
});

/**
 * Called when mapview is loaded.
 */
view.when(() =&amp;gt; {
  // do something after map loaded
  afterMaploaded();
})
  .catch((error) =&amp;gt; {
	// report error if browser doesn't support webgl.
	let tf = error.name.includes("webgl");
	doLogException('view.when', error, tf);
  });
  
 /**
 * Execute processes that may only run after the map has loaded.
 */
const afterMaploaded = async () =&amp;gt; {
	handleViewWatches();
	// ...
};
  
/**
 * Watch mapview events
 */
function handleViewWatches() {
  // Watch view.
  reactiveUtils.watch(
	() =&amp;gt; [
	  view?.updating,
	  view?.stationary,
	  view?.navigating,
	  view?.interacting,
	  view?.zoom,
	],
	([updating, stationary, navigating, interacting, zoom]) =&amp;gt; {

	   console.log(`updating: ${updating}`);
	   console.log(`zoom: ${view.zoom}`);
	   console.log(`scale: ${view.scale}`);
	   console.log(`extent.height: ${view.extent.height}`);
	   console.log(`extent.width: ${view.extent.width}`);
	   console.log(`--------------------`);
	}
  );
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jan 2024 21:27:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-remove-the-zoom-to-action-from-the/m-p/1365597#M83241</guid>
      <dc:creator>GregoryBologna</dc:creator>
      <dc:date>2024-01-02T21:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove the zoom-to action from the default popup?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-remove-the-zoom-to-action-from-the/m-p/1365607#M83242</link>
      <description>&lt;P&gt;Just want to thank you for responding so thoroughly. These code fragments will come in very handy if/when I can find and open the editing environment.&amp;nbsp; Happy New Year.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jan 2024 21:42:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-remove-the-zoom-to-action-from-the/m-p/1365607#M83242</guid>
      <dc:creator>pdtanimot</dc:creator>
      <dc:date>2024-01-02T21:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove the zoom-to action from the default popup?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-remove-the-zoom-to-action-from-the/m-p/1367343#M83280</link>
      <description>&lt;P&gt;Thank you for your code, it is really helpful and this is the one that works for me to remove zoom and dock options. I tried to use the previous advices such as&lt;/P&gt;&lt;LI-CODE lang="c"&gt;view.popup.viewModel.includeDefaultActions = false;&lt;/LI-CODE&gt;&lt;P&gt;but viewModel is not defined for&amp;nbsp; popup (why?). I'd like to ask an additional question: is it possible to decrease the height of the title band? I do not want to show any title so this band is empty but still has too big height.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 14:39:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-remove-the-zoom-to-action-from-the/m-p/1367343#M83280</guid>
      <dc:creator>ekleiman22</dc:creator>
      <dc:date>2024-01-08T14:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove the zoom-to action from the default popup?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-remove-the-zoom-to-action-from-the/m-p/1367380#M83281</link>
      <description>&lt;P&gt;Check the node list. It should be there. If you're using VSCode, you can add view.popup.viewModel to watch window.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="GregoryBologna_0-1704726550378.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/90835i9001470869E26D49/image-size/medium?v=v2&amp;amp;px=400" role="button" title="GregoryBologna_0-1704726550378.png" alt="GregoryBologna_0-1704726550378.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you mean the popup title, you can just find the esri style in Chrome developer tools inspector and override their CSS, or depending on how you're building the popup template, add display:none to the title style.&lt;/P&gt;&lt;P&gt;See for more info.&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-PopupTemplate.html" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-PopupTemplate.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 15:24:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-remove-the-zoom-to-action-from-the/m-p/1367380#M83281</guid>
      <dc:creator>GregoryBologna</dc:creator>
      <dc:date>2024-01-08T15:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove the zoom-to action from the default popup?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-remove-the-zoom-to-action-from-the/m-p/1376636#M83508</link>
      <description>&lt;P&gt;Thanks very much. Gregory.&amp;nbsp; I'm not sure if I can implement it.&amp;nbsp; There are some other options in Experience Builder for the Drag/Drop novice I am.&amp;nbsp; Cheers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2024 18:02:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-remove-the-zoom-to-action-from-the/m-p/1376636#M83508</guid>
      <dc:creator>pdtanimot</dc:creator>
      <dc:date>2024-01-31T18:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove the zoom-to action from the default popup?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-remove-the-zoom-to-action-from-the/m-p/1488031#M84821</link>
      <description>&lt;P&gt;Is there a line to add in JSON?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2024 06:51:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-remove-the-zoom-to-action-from-the/m-p/1488031#M84821</guid>
      <dc:creator>Tim_Shapiro</dc:creator>
      <dc:date>2024-06-10T06:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove the zoom-to action from the default popup?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-remove-the-zoom-to-action-from-the/m-p/1497703#M84933</link>
      <description>&lt;P&gt;Yes, this can be done. But had to find a json programmer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 16:11:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-remove-the-zoom-to-action-from-the/m-p/1497703#M84933</guid>
      <dc:creator>pdtanimot</dc:creator>
      <dc:date>2024-06-26T16:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: How do I remove the zoom-to action from the default popup?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-remove-the-zoom-to-action-from-the/m-p/1522605#M85384</link>
      <description>&lt;P&gt;Another option that worked great for me-&lt;/P&gt;&lt;P&gt;view.popup.visibleElements = {&lt;BR /&gt;actionBar: false,&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Popup.html#VisibleElements" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Popup.html#VisibleElements&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2024 22:03:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-do-i-remove-the-zoom-to-action-from-the/m-p/1522605#M85384</guid>
      <dc:creator>Paco</dc:creator>
      <dc:date>2024-08-15T22:03:48Z</dc:date>
    </item>
  </channel>
</rss>

