Hi all, I'm new to arcgis JS api, now I want to update the whole records in a specific field of the feature layer, but I don't want to use the Editor Widget, is it possible? How to set the layer editable? I did some research about using ApplyEdit() method, but still confuse about it. Can anyone give me some hints or code examples? Thanks in advance!
You can define a onClick event handler for the feature layer for edit. Here is the code snippet. editTool is an esri/toolbars/edit type object that should be initialized somewhere.
I hope this is related enough to post it here. Is it possible to use input fields and a Submit button to write to a table? See my screenshot below. Could I use that to let the user submit information to a table in my geodatabase (i.e. add a new row with all the information)?