I have a tool where a user clicks on a location, it performs a query for that location, and it returns the results by placing a graphic on the location and displays the results in an infowindow.
<SPAN class="keyword token">this</SPAN><SPAN class="punctuation token">.</SPAN>map<SPAN class="punctuation token">.</SPAN>infoWindow<SPAN class="punctuation token">.</SPAN><SPAN class="token function">show</SPAN><SPAN class="punctuation token">(</SPAN>thePoint<SPAN class="punctuation token">)</SPAN><SPAN class="line-numbers-rows"><SPAN></SPAN></SPAN>
However, I use the popup panel widget developed by the guru Robert Scheitlin and the infowindow cannot work.