Select to view content in your preferred language

AttributeInspector's "attribute-change" event object has no newFieldValue property?

593
1
09-03-2013 07:33 PM
ZachLiu1
Deactivated User
I am trying to apply edits to a feature layer and I tried to borrow this sample here.

https://developers.arcgis.com/en/javascript/jssamples/ed_attribute_inspector.html

But the edit never applies and I found there is no evt.newFieldValue in the AttributeInspector's "attribute-change" event object.

I checked the event object but couldn't find the property about the new field value.

Did anyone find the same issue?

In an emergence with the object, please help!:D
0 Kudos
1 Reply
ZachLiu1
Deactivated User
Just found the property, which is "fieldValue"......
0 Kudos