DesignDance / storelocator

Automatically exported from code.google.com/p/storelocator
0 stars 0 forks source link

Please add a way to override the links in the InfoWindow #28

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Tried adding this in my foo-static-ds.js file :-)
    store.getInfoLinksContent = function() {
    var details = this.getDetails();
    return '<a href="mapdetails.jsf?id=' + this.getId() + '">Details</a>';
    }
2. Deploy the app
3. Click on any marker, or an entry in the Panel.

What is the expected output? What do you see instead?

Would like to see the Details link at the bottom of the InfoWindow when the 
user pops it up.
At present we see the "Directions  Zoom here  Street View" links.

What version of the product are you using? On what operating system?
Revision b248e886408b: /dist
Mac OS X 10.9

Please provide any additional information below.

Original issue reported on code.google.com by dp925...@gmail.com on 2 Oct 2014 at 6:33