Hi,
My requirement is that i have to open popup Info Window in edit mode. I have seen some examples in arcgis api samples they are
achieving the same using Editor class.
I have attached two samples.
1. EditorWidget.html: I have added some feature layers on the map. When i click on any feature of layer, it opens a popupInfo in editt mode. it works as expected. Screenshot attached(expected.png)
2. mapById.html: To run this file you have to host this file on IIS. It loads a public map (webmapId = "4778fee6371d4e83a22786029f 30c7e1"). i have added same layers on this. When i click on any feature of layer, it opens a popup Info in view mode. Screenshot attached(notExpected.png).
I have attached files again with screenshots. So Please let me know what we are missing.
Thanks