Currently I have the following code which I want to enhance so
that I can detect a click on the close button, so that my app can
do something different from what it would do if the submit button is
clicked.
marker.openInfoWindowHtml(iwform);
At the following link I found an undocumented option regarding
"onCloseClick:function", which looks like what I need. If so, then is
something like the following what I want?
marker.openInfoWindowHtml(iwform,"",{onCloseClick:function closeClick
()});
function closeClick(){
print "closedWindow";
}
My code is at simplifyconnections.appspot.com in the file map.html
svn checkout http://simplifyconnections.googlecode.com/svn/trunk/
simplifyconnections-read-only
Brian in Atlanta
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---