<?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: Cancel Edit Operation in JS API Editor Widget in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cancel-edit-operation-in-js-api-editor-widget/m-p/483255#M44997</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Another way around this is to add a buttoon that clears the selected feature in the TemplatePicker using the clearSelection method:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/jsapi/#TemplatePicker/clearSelection"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/jsapi/#TemplatePicker/clearSelection&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mele&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Mar 2013 22:08:49 GMT</pubDate>
    <dc:creator>MeleKoneya</dc:creator>
    <dc:date>2013-03-05T22:08:49Z</dc:date>
    <item>
      <title>Cancel Edit Operation in JS API Editor Widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cancel-edit-operation-in-js-api-editor-widget/m-p/483252#M44994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When using a Template Picker within the Editor Widget to add features,&amp;nbsp;&amp;nbsp; I would like to be able to cancel the operation once the user has selected a feature from the Template Picker and before clicking on the map.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; What happens now is that the user must place the feature once the Template Picker has been clicked and I have not found a way to cancel the operation before placing a feature.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Am I missing a tool or setting in either the Template Picker and/or Editor Widget or is there another way to code around this issue.&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;Mele&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2013 19:11:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cancel-edit-operation-in-js-api-editor-widget/m-p/483252#M44994</guid>
      <dc:creator>MeleKoneya</dc:creator>
      <dc:date>2013-03-04T19:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Cancel Edit Operation in JS API Editor Widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cancel-edit-operation-in-js-api-editor-widget/m-p/483253#M44995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Though it is not intuitive, I believe that the user can disable the template picker by clicking on the "feature" again...essentially, think of it as a "toggle" button.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With that said, I have not found a way to "escape" once a user has started drawing a feature on the map.&amp;nbsp; For example using the the "esc" button or right click and cancel the sketch. I would assume that we as developers would have to "plug" in all this plumbing to allow the user to terminate drawing a graphic prior to finishing drawing a graphic on the map - "double-click".&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 14:52:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cancel-edit-operation-in-js-api-editor-widget/m-p/483253#M44995</guid>
      <dc:creator>DianaBenedict</dc:creator>
      <dc:date>2013-03-05T14:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Cancel Edit Operation in JS API Editor Widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cancel-edit-operation-in-js-api-editor-widget/m-p/483254#M44996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Diana,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the information.&amp;nbsp;&amp;nbsp; I did not know that clicking the feature again in the template picker would cancel.&amp;nbsp;&amp;nbsp; As you said, not intuitive, but at least a way out of the process for our users.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mele&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 19:41:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cancel-edit-operation-in-js-api-editor-widget/m-p/483254#M44996</guid>
      <dc:creator>MeleKoneya</dc:creator>
      <dc:date>2013-03-05T19:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Cancel Edit Operation in JS API Editor Widget</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cancel-edit-operation-in-js-api-editor-widget/m-p/483255#M44997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Another way around this is to add a buttoon that clears the selected feature in the TemplatePicker using the clearSelection method:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/jsapi/#TemplatePicker/clearSelection"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/jsapi/#TemplatePicker/clearSelection&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mele&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 22:08:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/cancel-edit-operation-in-js-api-editor-widget/m-p/483255#M44997</guid>
      <dc:creator>MeleKoneya</dc:creator>
      <dc:date>2013-03-05T22:08:49Z</dc:date>
    </item>
  </channel>
</rss>

