<?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: Popup on vertex of polygon in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/popup-on-vertex-of-polygon/m-p/524021#M48875</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can use vertex click event&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/webapi/javascript/arcgis/jsapi/edit.html#onvertexclick" rel="nofollow" target="_blank"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/jsapi/edit.html#onvertexclick&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;But this will work when edit_vertices tool is active&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;editToolbar.activate(esri.toolbars.Edit.EDIT_VERTICES , evt.graphic)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 May 2013 09:22:30 GMT</pubDate>
    <dc:creator>VinayBansal</dc:creator>
    <dc:date>2013-05-30T09:22:30Z</dc:date>
    <item>
      <title>Popup on vertex of polygon</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/popup-on-vertex-of-polygon/m-p/524020#M48874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I didn't find nothing about how put popup on vertex of the polygon, all event are for polygon, not for vertex of the polygon. It's possible?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My intention. Each vertex will have popup containing input text that will search and update an address point (vertex of the polygon) to the new address.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Obs. I found a solution, but I would use the edit of polygon.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 18:20:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/popup-on-vertex-of-polygon/m-p/524020#M48874</guid>
      <dc:creator>EduardoCarvalho</dc:creator>
      <dc:date>2013-05-29T18:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Popup on vertex of polygon</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/popup-on-vertex-of-polygon/m-p/524021#M48875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can use vertex click event&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/webapi/javascript/arcgis/jsapi/edit.html#onvertexclick" rel="nofollow" target="_blank"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/jsapi/edit.html#onvertexclick&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;But this will work when edit_vertices tool is active&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;editToolbar.activate(esri.toolbars.Edit.EDIT_VERTICES , evt.graphic)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2013 09:22:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/popup-on-vertex-of-polygon/m-p/524021#M48875</guid>
      <dc:creator>VinayBansal</dc:creator>
      <dc:date>2013-05-30T09:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: Popup on vertex of polygon</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/popup-on-vertex-of-polygon/m-p/524022#M48876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;vinaybansal thank you very much.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;this method was that i needed&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2013 18:53:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/popup-on-vertex-of-polygon/m-p/524022#M48876</guid>
      <dc:creator>EduardoCarvalho</dc:creator>
      <dc:date>2013-06-03T18:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Popup on vertex of polygon</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/popup-on-vertex-of-polygon/m-p/524023#M48877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Im new to JS and would like to use the editToolbar out of the box as much as we can.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Were you able to return the graphic coordinate to be edited from the event "vertex-click"?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;if so would you be able to offer a little more code to show how this is done.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ideally I'd like a click to be able to edit the coordinates of the vertex from the editToolbar.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2014 02:17:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/popup-on-vertex-of-polygon/m-p/524023#M48877</guid>
      <dc:creator>GrantCrosswell</dc:creator>
      <dc:date>2014-06-30T02:17:04Z</dc:date>
    </item>
  </channel>
</rss>

