Select to view content in your preferred language

Customised info window in Sample flex viewer

622
0
08-21-2010 04:11 AM
shafitrumboo
Occasional Contributor
I want open an customized Info window when user will click on point feature. I am using sample flex viewer. I was able to do it when I created the POC in that case I have map and info symbol in same .mxml file.
<esri:InfoSymbol id="infoSymbol1"
      containerStyleName="
      infoSymbolContainer">
  <esri:infoRenderer>
   <mx:Component>
    <mx:VBox width="100%"
       paddingLeft="5"
       paddingBottom="10"
       paddingRight="5">
................... and other controls as per my need

Use case: When user will click on point feature open a info window with customized view
Tags (2)
0 Kudos
0 Replies