identifyTask with editorWidget

481
1
11-29-2012 04:48 AM
danbecker
Occasional Contributor III
have a simple map where you can toggle ArcGISDynamicMapServiceLayer "base data" on/off.

the map also has a point/polygon/line featureService that is editable.

Everything works, when you click on a featureService point, the attribute inspector enables users to edit attributes, the featureTemplate allows users to create new points/lines/polys.

I now have a request to enable identifyTask on the base data, I used this example:
http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples_start.htm

which replaces map infoWindow with esri.dijit.Popup. The identify works, all feature.attributes are returned, ect...but the popup is only displayed when I click on a featureService point/poly/line. The attribute inspector popup is also gone, replaced by teh esri.digit.popup.

Any idea how to handle this?
0 Kudos
1 Reply
BC
by
New Contributor II
I am dealing with similar issue -

IdentifyTask using Popup template on two dynamicservicelayers and editing a feature layer using TemplatePicker.  IdentifyTask works but I cannot get editing part work.  Please post if you have found a solution.  Tnx.
0 Kudos