Editor Widget Question - Dragging Existing Points

520
2
10-10-2011 12:37 PM
Donald_EricPimpler
New Contributor II
Does anyone know if it possible to give the end user the ability to pick up and drag a point to a new location without having an editor widget visible inside a <div>.  Basically what I have done is to provide edit capabilities on various point layers without the Editor widget, but not sure how to implement the ability to drag and drop an existing point to a new location without having this widget.  Any code samples would be great if this is possible.  Everything I've seen so far requires the widget to be present.
0 Kudos
2 Replies
JeffPace
MVP Alum
Eric,
purely hypothetical, but just because the editor widget needs to be present, doesnt mean it needs to be visible or accessible.
0 Kudos
KellyHutchins
Esri Frequent Contributor
The Edit toolbar allows you to move geometries. Here's a link to a sample that shows how to use the Edit toolbar:

http://help.arcgis.com/en/webapi/javascript/arcgis/demos/toolbar/toolbar_edit.html
0 Kudos