<?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 Customize Default Edit Widget in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/customize-default-edit-widget/m-p/860233#M11753</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I'm trying to customize the behavior of the default/standard edit widget:&lt;/P&gt;&lt;P&gt;Currently when you add a feature,&lt;/P&gt;&lt;P&gt;1) you need to select the template&lt;/P&gt;&lt;P&gt;2) then click on map&lt;/P&gt;&lt;P&gt;3) then you need to close the popup that is opened and go to point 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My client need to insert hundreds of points so I'm trying to simplify the process:&lt;/P&gt;&lt;P&gt;1) select the template&lt;/P&gt;&lt;P&gt;2) Click on map, feature is added BUT is not selected nor template selection is NOT cleared &lt;/P&gt;&lt;P&gt;3) User can continuously click on map to add more features/points &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this even possible? should I create a new widget? &lt;/P&gt;&lt;P&gt;I'd really appreciate any hints&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Adolfo Marinucci&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jul 2016 20:30:15 GMT</pubDate>
    <dc:creator>AdolfoMarinucci</dc:creator>
    <dc:date>2016-07-27T20:30:15Z</dc:date>
    <item>
      <title>Customize Default Edit Widget</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/customize-default-edit-widget/m-p/860233#M11753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I'm trying to customize the behavior of the default/standard edit widget:&lt;/P&gt;&lt;P&gt;Currently when you add a feature,&lt;/P&gt;&lt;P&gt;1) you need to select the template&lt;/P&gt;&lt;P&gt;2) then click on map&lt;/P&gt;&lt;P&gt;3) then you need to close the popup that is opened and go to point 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My client need to insert hundreds of points so I'm trying to simplify the process:&lt;/P&gt;&lt;P&gt;1) select the template&lt;/P&gt;&lt;P&gt;2) Click on map, feature is added BUT is not selected nor template selection is NOT cleared &lt;/P&gt;&lt;P&gt;3) User can continuously click on map to add more features/points &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this even possible? should I create a new widget? &lt;/P&gt;&lt;P&gt;I'd really appreciate any hints&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Adolfo Marinucci&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2016 20:30:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/customize-default-edit-widget/m-p/860233#M11753</guid>
      <dc:creator>AdolfoMarinucci</dc:creator>
      <dc:date>2016-07-27T20:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Customize Default Edit Widget</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/customize-default-edit-widget/m-p/860234#M11754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adolfo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The workflow you a looking for is very much possible. You can either modify the existing WAB Edit widget or create your own custom widget.&lt;/P&gt;&lt;P&gt; In WAB Edit widget you can suppress Attribute Inspector popping up after draw by setting "&lt;SPAN style="color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif; font-size: 14px;"&gt;disableAttributeUpdate&lt;/SPAN&gt;" config param to true. But, this widget make use of ArcGIS JS API's Editor widget which deactivates after draw complete. You can activate it programmatically again, but creating a custom widget will give you more flexibility and control. Therefore, in custom widget do not use ArcGIS API's Editor widget, rather you can use DrawToolbar and TemplatePicker to achieve this simplified editing workflow. Here is a sample for this:&lt;/P&gt;&lt;P&gt; &lt;A href="https://developers.arcgis.com/javascript/3/jssamples/ed_feature_creation.html" title="https://developers.arcgis.com/javascript/3/jssamples/ed_feature_creation.html"&gt;Edit without editor widget | ArcGIS API for JavaScript 3.17&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 09:46:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/customize-default-edit-widget/m-p/860234#M11754</guid>
      <dc:creator>GirishYadav</dc:creator>
      <dc:date>2016-07-29T09:46:13Z</dc:date>
    </item>
  </channel>
</rss>

