<?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: &amp;quot;Editing session&amp;quot; for Graphics in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/quot-editing-session-quot-for-graphics/m-p/492741#M45777</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is how I would do it..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Add the graphic&lt;/P&gt;&lt;P&gt;On graphic-add call the Edit activate function and pass in the newly created graphic.&lt;/P&gt;&lt;P&gt;Finally, buy me a beer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jan 2017 18:18:21 GMT</pubDate>
    <dc:creator>Drew</dc:creator>
    <dc:date>2017-01-26T18:18:21Z</dc:date>
    <item>
      <title>"Editing session" for Graphics</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/quot-editing-session-quot-for-graphics/m-p/492735#M45771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello world !&lt;/P&gt;&lt;P&gt;I create some graphics in my map and it's really cool but after doing it I need to Select the graphic that I just created with all the node hightligted !&lt;/P&gt;&lt;P&gt;My goal is to have something like a really simple Editing session where you can drag'n'drop the nodes of the graphic !&lt;/P&gt;&lt;P&gt;I looked in the API's doc of the graphics but I didn't found anything for the selection/editing ... however I saw some event like&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/3/jsapi/graphicslayer.html#event-graphic-node-add" style="color: #00629b;"&gt;graphic-node-add&lt;/A&gt;&amp;nbsp;or&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/3/jsapi/graphicslayer.html#event-graphic-node-remove" style="color: #00629b;"&gt;graphic-node-remove&lt;/A&gt;&amp;nbsp;but no method for selecting or editing !&lt;/P&gt;&lt;P&gt;An idea&amp;nbsp;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you by advance &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 17:36:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/quot-editing-session-quot-for-graphics/m-p/492735#M45771</guid>
      <dc:creator>FlorianCADOZ</dc:creator>
      <dc:date>2017-01-26T17:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: "Editing session" for Graphics</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/quot-editing-session-quot-for-graphics/m-p/492736#M45772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the Edit module to do this assuming you are using v3.XX API&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/3/jsapi/edit-amd.html" title="https://developers.arcgis.com/javascript/3/jsapi/edit-amd.html" rel="nofollow noopener noreferrer" target="_blank"&gt;Edit | API Reference | ArcGIS API for JavaScript 3.19&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="token function"&gt;require&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;
&amp;nbsp; &lt;SPAN class="string token"&gt;"esri/toolbars/edit"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt; 
&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;function&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;Edit&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
&amp;nbsp; &lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; editToolbar &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;Edit&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp; &lt;SPAN class="comment token"&gt;//Use the edit toolbar to edit vertices&lt;/SPAN&gt;
&amp;nbsp; editToolbar&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;activate&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;Edit&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;EDIT_VERTICES &lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; evt&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;graphic&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&amp;nbsp; &lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 21:40:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/quot-editing-session-quot-for-graphics/m-p/492736#M45772</guid>
      <dc:creator>Drew</dc:creator>
      <dc:date>2021-12-11T21:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: "Editing session" for Graphics</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/quot-editing-session-quot-for-graphics/m-p/492737#M45773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;erf, I need more something like an event "onDoubleClick" or "onCreated" that allow me to edit it just after fired ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 17:54:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/quot-editing-session-quot-for-graphics/m-p/492737#M45773</guid>
      <dc:creator>FlorianCADOZ</dc:creator>
      <dc:date>2017-01-26T17:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: "Editing session" for Graphics</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/quot-editing-session-quot-for-graphics/m-p/492738#M45774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Edit module will allow you to edit the graphics nodes.&lt;/P&gt;&lt;P&gt;You turn it on and off when you want.&lt;/P&gt;&lt;P&gt;When the user clicks the graphic just call the &lt;STRONG&gt;activate&lt;/STRONG&gt; function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 18:00:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/quot-editing-session-quot-for-graphics/m-p/492738#M45774</guid>
      <dc:creator>Drew</dc:creator>
      <dc:date>2017-01-26T18:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: "Editing session" for Graphics</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/quot-editing-session-quot-for-graphics/m-p/492739#M45775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or on '&lt;A href="https://developers.arcgis.com/javascript/3/jsapi/graphicslayer.html#event-graphic-add" style="color: #00629b;"&gt;graphic-add&lt;/A&gt;' &amp;nbsp;just call the activate function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 18:01:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/quot-editing-session-quot-for-graphics/m-p/492739#M45775</guid>
      <dc:creator>Drew</dc:creator>
      <dc:date>2017-01-26T18:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: "Editing session" for Graphics</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/quot-editing-session-quot-for-graphics/m-p/492740#M45776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No there's no UI ? Juste to click on the graphic ?&lt;/P&gt;&lt;P&gt;If that's it, I have to pay you a beer !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 18:05:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/quot-editing-session-quot-for-graphics/m-p/492740#M45776</guid>
      <dc:creator>FlorianCADOZ</dc:creator>
      <dc:date>2017-01-26T18:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: "Editing session" for Graphics</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/quot-editing-session-quot-for-graphics/m-p/492741#M45777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is how I would do it..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Add the graphic&lt;/P&gt;&lt;P&gt;On graphic-add call the Edit activate function and pass in the newly created graphic.&lt;/P&gt;&lt;P&gt;Finally, buy me a beer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2017 18:18:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/quot-editing-session-quot-for-graphics/m-p/492741#M45777</guid>
      <dc:creator>Drew</dc:creator>
      <dc:date>2017-01-26T18:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: "Editing session" for Graphics</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/quot-editing-session-quot-for-graphics/m-p/492742#M45778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alright ! It sounds great! Thanx a lot !&lt;/P&gt;&lt;P&gt;So, for the beer, I'm living in Toulouse, France and there, there is a cool pub called the De Danu !&lt;/P&gt;&lt;P&gt;1- Go to the De Danu&amp;nbsp;&lt;/P&gt;&lt;P&gt;2- Send me message&lt;/P&gt;&lt;P&gt;3- Come to me and remerber me the cool trick you gave me with the toolbar&lt;/P&gt;&lt;P&gt;4- Drink the cool beer I have paid you !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2017 13:14:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/quot-editing-session-quot-for-graphics/m-p/492742#M45778</guid>
      <dc:creator>FlorianCADOZ</dc:creator>
      <dc:date>2017-01-27T13:14:59Z</dc:date>
    </item>
  </channel>
</rss>

