[Google Maps API v3] Re: onclick event in infowindow - datepicker return date

2012-01-20 Thread Qunhuan
It is working now, so long as I removed the datepicker from outside the map. This is the working code: Google Maps JavaScript API v3 Example: Info Window Simple http://code.google.com/apis/maps/documentation/javascript/examples/default.css"; rel="stylesheet" type="text/css" />

[Google Maps API v3] Re: onclick event in infowindow - datepicker return date

2012-01-19 Thread Qunhuan
Hi Rossko, Thanks for pointing this out. It looks the browsers are error tolerant. But I move the code into the body part. I wanted to show the jQuery datepicker truly works outside the map area. I have to admit I am not an expert in javascript Following kathb4’s idea, I also added the following

[Google Maps API v3] Re: onclick event in infowindow - datepicker return date

2012-01-19 Thread Qunhuan
istener(marker, 'click', *function*() { infowindow.open(map,marker); }); } < table>Date: ~~~ Could anyone help please? Many thanks in advance, Qunhuan -- You received this message because you are subs

[Google Maps API v3] Re: Drawing Library - some thoughts

2012-01-04 Thread Qunhuan
choose to use either menu item or corresponding icon). I guess the issue might be if the drawingMangers knows how to align the icons, right? Qunhuan -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this dis

[Google Maps API v3] Re: Polygon paths_changed event missing. Any alternative way please?

2012-01-04 Thread Qunhuan
Ah, that easy :-) Changed my code and worked immediately. Thanks a lot! Qunhuan -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps

[Google Maps API v3] Drawing Library - some thoughts

2011-12-31 Thread Qunhuan
rovide customisation for map icon/buttons, i.e. images and titles (shown when mouseover), so that we could use “business” based map buttons, rather than “geometry” based map buttons (e.g. “Plant a tree” vs. “Add a marker”). Make sense? Qunhuan -- You received this message because y