<?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: Customize Editor Widget Toolbar in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customize-editor-widget-toolbar/m-p/622577#M58144</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hiding them is a valid solution for my purposes. I'm looking to remove the delete, feature creation button and remove all options but 'New Selection' from the selection drop down.&amp;nbsp; Is there a way to just hide them?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jul 2012 18:33:51 GMT</pubDate>
    <dc:creator>DonCaviness</dc:creator>
    <dc:date>2012-07-23T18:33:51Z</dc:date>
    <item>
      <title>Customize Editor Widget Toolbar</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customize-editor-widget-toolbar/m-p/622573#M58140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have implemented the editor widget in my application but I would like to remove some of the buttons/functions from the toolbar.&amp;nbsp; This seems simple enough but I haven't been able to figure it out yet.&amp;nbsp; I would like to remove the delete, feature creation button and remove all options but 'New Selection' from the selection drop down.&amp;nbsp; How would I go about accomplishing what I'm trying to do?&amp;nbsp; I have search the forums and the API reference but I haven't seen how to do this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Don&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 19:02:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customize-editor-widget-toolbar/m-p/622573#M58140</guid>
      <dc:creator>DonCaviness</dc:creator>
      <dc:date>2012-07-20T19:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: Customize Editor Widget Toolbar</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customize-editor-widget-toolbar/m-p/622574#M58141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can modify the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi_start.htm#jsapi/editor.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;toolbarOptions&lt;/A&gt;&lt;SPAN&gt; to include/exclude merge, cut, and reshape tools on the toolbar. But I believe all the others tools have been embedded in the toolbar by design. I don't think you can remove them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;toolbarOptions: {
&amp;nbsp;&amp;nbsp;&amp;nbsp; reshapeVisible: false,
&amp;nbsp;&amp;nbsp;&amp;nbsp; cutVisible: false,
&amp;nbsp;&amp;nbsp;&amp;nbsp; mergeVisible: false
&amp;nbsp; }
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 02:32:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customize-editor-widget-toolbar/m-p/622574#M58141</guid>
      <dc:creator>SiqiLi</dc:creator>
      <dc:date>2021-12-12T02:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: Customize Editor Widget Toolbar</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customize-editor-widget-toolbar/m-p/622575#M58142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Shuping, that is what I figured.&amp;nbsp; I am taking advantage of the toolbarOptions but some of the hard coded buttons is what I was looking to toggle on/off.&amp;nbsp; It would be nice if a new version of the API would allow the entire toolbar to be customized, not just the toolbarOptions.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 18:20:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customize-editor-widget-toolbar/m-p/622575#M58142</guid>
      <dc:creator>DonCaviness</dc:creator>
      <dc:date>2012-07-23T18:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Customize Editor Widget Toolbar</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customize-editor-widget-toolbar/m-p/622576#M58143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Which buttons? would it be sufficient just to hide them?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 18:31:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customize-editor-widget-toolbar/m-p/622576#M58143</guid>
      <dc:creator>JeffPace</dc:creator>
      <dc:date>2012-07-23T18:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: Customize Editor Widget Toolbar</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customize-editor-widget-toolbar/m-p/622577#M58144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hiding them is a valid solution for my purposes. I'm looking to remove the delete, feature creation button and remove all options but 'New Selection' from the selection drop down.&amp;nbsp; Is there a way to just hide them?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 18:33:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customize-editor-widget-toolbar/m-p/622577#M58144</guid>
      <dc:creator>DonCaviness</dc:creator>
      <dc:date>2012-07-23T18:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Customize Editor Widget Toolbar</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customize-editor-widget-toolbar/m-p/622578#M58145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Its going to be harder than I thought.&amp;nbsp; ESRI does not ID the components well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The create feature is a table with id="esri_dijit_editing_tools_Editing_0" &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Delete has no id by a widgetid of "btnDelete2"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thats a shame.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 18:52:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customize-editor-widget-toolbar/m-p/622578#M58145</guid>
      <dc:creator>JeffPace</dc:creator>
      <dc:date>2012-07-23T18:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Customize Editor Widget Toolbar</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customize-editor-widget-toolbar/m-p/622579#M58146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to remove the point from the simple toolbar options. Here is the code: &lt;/P&gt;&lt;P&gt; myEditor.on("load", function()&lt;/P&gt;&lt;P&gt;&amp;nbsp; {&lt;/P&gt;&lt;P&gt;&amp;nbsp; var toolBarDiv= dom.byId("esri_dijit_editing_tools_Editing_0"); &lt;/P&gt;&lt;P&gt;&amp;nbsp; domStyle.set(toolBarDiv, "display", "none");&lt;/P&gt;&lt;P&gt;&amp;nbsp; });&lt;/P&gt;&lt;P&gt;It will hide that tool from the editor tools. But i am still struggling to eliminate the selection options(Add To Selection, Subtract from Selection).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 17:07:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customize-editor-widget-toolbar/m-p/622579#M58146</guid>
      <dc:creator>VaibhavGrigo3</dc:creator>
      <dc:date>2015-10-05T17:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Customize Editor Widget Toolbar</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customize-editor-widget-toolbar/m-p/622580#M58147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please add this in the style tag and then you will be able to remove those two options from the dropdown.&lt;/P&gt;&lt;P&gt;#btnAddToSelection&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;display:none;&lt;/P&gt;&lt;P&gt;} &lt;/P&gt;&lt;P&gt;#btnSubtractFromSelection&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;display:none;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 18:08:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/customize-editor-widget-toolbar/m-p/622580#M58147</guid>
      <dc:creator>VaibhavGrigo3</dc:creator>
      <dc:date>2015-10-05T18:08:48Z</dc:date>
    </item>
  </channel>
</rss>

