Hey,I was browsing forum & api without any result to my query, I'd like to get the data from my popup in order to re-use it with an AJAX function. cannot find a way to do it.I'm already moving my popup next to the map so I though it would be easy to get one of the field.I got this part of code from an arcgis tuto var content =feature.getContent();
registry.byId("leftPane").set("content", content);
[HTML]<div id="leftPane" data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region:'center'"></div>[/HTML]The content properly get into the leftPane DIV but whenever I try to use it another way than this one I got a 'object HTMLDivElement' as result.thanks