On Mon, Dec 28, 2009 at 11:40 AM, tanos_8888888888 <
[email protected]> wrote:
> Thanks for your reply, but that is where I am stuck.
>
> show me.
> the code in the js file is:
>
> case "marker" : h = '<li id="'+mid+'" onmouseout="GEvent.trigger('
> + myvar+ '.overlayman.markers['+e+'],\'mouseout\');"
> onmouseover="GEvent.trigger(' + myvar+ '.overlayman.markers['+e+'],
> \'mouseover\');" ><input id="'+myvar+''+e+'CB" type="checkbox"
> style="vertical-align:middle" '+check+' onclick="'+myvar+'.showHide('+e
> +',this.checked)"><a href="#" onclick="GEvent.trigger(' + myvar+
> '.overlayman.markers['+e+'],\'click\');return false;">'+ graphic +
> name + '</a></li>';
>
> I have crawled through firebug looking for where the array is.....
if you have a side bar the dom will have an object (a check box) in fact
with the id exml1CB.... and interesting enough that will correspond to
element 1 in the same array you have been dealing with so I am not
sure what you need explained.
--
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.