Attrubute editing and identify task

341
0
12-26-2012 07:09 AM
VIKRANTKRISHNA
New Contributor III
I need to implement attribute editing for 3 or more feature layer and also attribute viewing (read only like identify task with infoWindow) on 3 or more dynamic map services. I am trying to use attribute inspector and identify task in my application. Whats happening is that dojo.connect(map, "onClick", identifyResult) and  dojo.connect(layer, "onClick", function(evt) {..});  events are conflicting. What is the best way to implement both these functionalities.
0 Kudos
0 Replies