I am currently using the widget here: Default editing widget | ArcGIS API for JavaScript
I was asked if I could add a save button(I know saves are automatic). And if there is a way that I could add a prompt when the user clicks the delete button. I don't see a method for it and I tried creating an alert after I looked at the inspect element; even though the name was correct, it did not work.
Any ideas?
Thanks.
Chris
That's the attribute inspector, a different widget. It does not appear to have the capabilities to create new features like the editor widget and I don't see a way to add a prompt. I did see a way to add a save button, but I'm not sure how to add that onto the editor widget and I don't see a save method in API documentation.
Did you ever figure this out? Or does anyone have a solution to this? I am using the editor widget and would also like to add a Save button (which will also send a notification email that a new location was added), and a prompt before deleting a point. Thanks in advance