<?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: Customizing the Editor Widget in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customizing-the-editor-widget/m-p/345178#M31855</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm presuming you are using v4 of the API? If so, you can hide the Edit feature option through configuration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor.html" title="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor.html"&gt;Editor | ArcGIS API for JavaScript 4.15&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #aa0d91; font-weight: bold;"&gt;const&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt; editor = &lt;/SPAN&gt;&lt;SPAN class="" style="color: #aa0d91; font-weight: bold;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt; Editor({ &lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt;view&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;: view, &lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt;allowedWorkflows&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;: [&lt;/SPAN&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;"update"&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;] &lt;/SPAN&gt;&lt;SPAN class="" style="color: #006a00;"&gt;// allows only updates and no adds&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt; });&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;The title of widget buttons is held in strings files within the API. Given that you are probably getting the API from a CDN then you will have to find some way to override the html.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 May 2020 05:39:48 GMT</pubDate>
    <dc:creator>mdonnelly</dc:creator>
    <dc:date>2020-05-12T05:39:48Z</dc:date>
    <item>
      <title>Customizing the Editor Widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customizing-the-editor-widget/m-p/345177#M31854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks, I am developing an app using the ArcGIS JavaScript API and the Editor Widget. Everything works very well and is easy to implement, however I want to change the Title of the Editor Widget from "Editor" to "Comments". Further I want to be able to&amp;nbsp;hide the Edit Feature option and change the name of the Add Feature option to "Add a Comment"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems like this should be possible with configuration settings, but I can't figure out how to do it. Is this possible and if so, how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2020 02:33:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customizing-the-editor-widget/m-p/345177#M31854</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-05-12T02:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing the Editor Widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customizing-the-editor-widget/m-p/345178#M31855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm presuming you are using v4 of the API? If so, you can hide the Edit feature option through configuration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor.html" title="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Editor.html"&gt;Editor | ArcGIS API for JavaScript 4.15&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="" style="color: #aa0d91; font-weight: bold;"&gt;const&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt; editor = &lt;/SPAN&gt;&lt;SPAN class="" style="color: #aa0d91; font-weight: bold;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt; Editor({ &lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt;view&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;: view, &lt;/SPAN&gt;&lt;SPAN class="" style="color: #595959;"&gt;allowedWorkflows&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;: [&lt;/SPAN&gt;&lt;SPAN class="" style="color: #c41a16;"&gt;"update"&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;] &lt;/SPAN&gt;&lt;SPAN class="" style="color: #006a00;"&gt;// allows only updates and no adds&lt;/SPAN&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt; });&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #595959; background-color: #f8f8f8;"&gt;The title of widget buttons is held in strings files within the API. Given that you are probably getting the API from a CDN then you will have to find some way to override the html.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 May 2020 05:39:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customizing-the-editor-widget/m-p/345178#M31855</guid>
      <dc:creator>mdonnelly</dc:creator>
      <dc:date>2020-05-12T05:39:48Z</dc:date>
    </item>
  </channel>
</rss>

