Try to load a map when user clicks on tab which contains your gMap
div.
function clientActiveTabChanged(sender, args) {
if(sender.get_activeTabIndex() == 1) {
loadGMap(); // call google map load/initialize function
}
Brillant that works !!!
div.
function clientActiveTabChanged(sender, args) {
if(sender.get_activeTabIndex() == 1) {
loadGMap(); // call google map load/initialize function
}
Brillant that works !!!
No comments:
Post a Comment