<?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: Editor Widget - Create features , Update - Enable &amp;amp; Disable in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-create-features-update-enable-amp/m-p/1561257#M86123</link>
    <description>&lt;P&gt;Thanks Kevin... It's fine for Experience Builder apps... But I'm using in ArcGis Javascript API. I can't figure the work around for it.. Any suggestions would be very helpful&lt;/P&gt;</description>
    <pubDate>Thu, 21 Nov 2024 15:18:48 GMT</pubDate>
    <dc:creator>MANESK</dc:creator>
    <dc:date>2024-11-21T15:18:48Z</dc:date>
    <item>
      <title>Editor Widget - Create features , Update - Enable &amp; Disable</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-create-features-update-enable-amp/m-p/1561191#M86118</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;How to disable Create Features in the Editor Widget. i tried using the below mentioned properties , but i didn't have any luck to disable it. I'm using 4.31 version. Any help in this regard is appreciated.&lt;/P&gt;&lt;P&gt;const editor = new Editor({&lt;BR /&gt;layerInfos: [editConfigPolyLayer],&lt;BR /&gt;view: view,&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;addEnabled: false,&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;updateEnabled: false,&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;deleteEnabled: true&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;});&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 21 Nov 2024 12:17:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-create-features-update-enable-amp/m-p/1561191#M86118</guid>
      <dc:creator>MANESK</dc:creator>
      <dc:date>2024-11-21T12:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Editor Widget - Create features , Update - Enable &amp; Disable</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-create-features-update-enable-amp/m-p/1561200#M86119</link>
      <description>&lt;P&gt;This last update broke the edit widget in all of my Experience Builder web apps.&amp;nbsp; The part of the widget that should allow you to do this (The customize Radio button) is what seems to be broken.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kevin_lawler21_5-1732194955432.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/120117i1FC688A4636F809F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kevin_lawler21_5-1732194955432.png" alt="kevin_lawler21_5-1732194955432.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kevin_lawler21_6-1732194971848.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/120118iEFC7EB02CE2B754F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kevin_lawler21_6-1732194971848.png" alt="kevin_lawler21_6-1732194971848.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2024 13:16:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-create-features-update-enable-amp/m-p/1561200#M86119</guid>
      <dc:creator>kevin_lawler21</dc:creator>
      <dc:date>2024-11-21T13:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Editor Widget - Create features , Update - Enable &amp; Disable</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-create-features-update-enable-amp/m-p/1561257#M86123</link>
      <description>&lt;P&gt;Thanks Kevin... It's fine for Experience Builder apps... But I'm using in ArcGis Javascript API. I can't figure the work around for it.. Any suggestions would be very helpful&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2024 15:18:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-create-features-update-enable-amp/m-p/1561257#M86123</guid>
      <dc:creator>MANESK</dc:creator>
      <dc:date>2024-11-21T15:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: Editor Widget - Create features , Update - Enable &amp; Disable</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-create-features-update-enable-amp/m-p/1561371#M86124</link>
      <description>&lt;P&gt;According to the documentation for &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor.html#layerInfos" target="_self"&gt;layerInfos&lt;/A&gt;, addEnabled, updateEnabled, and deleteEnabled are properties of the &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor.html#LayerInfo" target="_self"&gt;LayerInfo&lt;/A&gt; objects, not the Editor itself:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;const editor = new Editor({
	view: view,
	layerInfos: [
		layer: editConfigPolyLayer,
		addEnabled: false, 
		updateEnabled: false, 
		deleteEnabled: true
	]
});&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2024 18:10:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/editor-widget-create-features-update-enable-amp/m-p/1561371#M86124</guid>
      <dc:creator>JoelBennett</dc:creator>
      <dc:date>2024-11-21T18:10:01Z</dc:date>
    </item>
  </channel>
</rss>

