On Mar 10, 11:41 am, ams143 <[email protected]> wrote: > I want to create a custom sidebar which will be populating from XML > and > additionally it will be arranged in a table with more than one item in > a row,and we should be able to click anywhere on that row to get > information window. > > Please give me any link if someone has done it or please guide me how > to do this?
Custom sidebar: http://econym.org.uk/gmap/basic2.htm -- a tutorial demonstrates the basic technique. How you format the output is up to you. Clicking inside a table row should be a question of adding an onclick handler to the <tr> tag, I think. Andrew --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
