Jump to content

SOLVED - Summary in infowindow


mathieu lacaze

Recommended Posts

hello, (sorry for my poor english...)

 

is it possible to include summary in infowindow ?

 

I try this, I add this line in plugins/geomaps.php :

'summary'=>$result['Listing']['summary'],

under

'title'=>$result['Listing']['title'],

 

and this line in geomaps.js :

infoWindow.find('.gm-summary').html(data.summary);

 

and this line in map_infowindow_google.thtml :

<div class="gm-summary"></div>

 

but it doesn't work.

Have you got a solution for that ?

 

Thanks

 

                       

Link to comment
Guest
This topic is now closed to further replies.
×
×
  • Create New...