Select to view content in your preferred language

hidden buttons and title of graphic.infoWindowRenderer

665
2
11-26-2013 12:44 AM
louislu
New Contributor
hi,
   I used the following way calling graphic's infoWindow:

   var infoWindowRenderer:ClassFactory;
   infoWindowRenderer = new ClassFactory(PopUpRenderer); 
   infoWindowRenderer.properties = { popUpInfo: configurePopUpInfo(resultAttributes)};
   graphic.infoWindowRenderer = infoWindowRenderer;

   and How do I can hide the button and title,to achieve the same effect with the following

   map.infoWindow.labelVisible = false;
   map.infoWindow.closeButtonVisible = false;
   map.infoWindow.show(point);

   thanks
   charlse
   I'm using esri 3.5 api
Tags (2)
0 Kudos
2 Replies
DasaPaddock
Esri Regular Contributor
0 Kudos
louislu
New Contributor
Thank you for your reply, It is a good solution to my problem�??
  
    thanks again!
    charlse
0 Kudos