Re: Sidebar control GeoXml
Thanks for your reply, but that is where I am stuck.
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.....
myvar is exml in my app.... so I cannot find mvar[a] anything...
looked through the overlayman and markers as well....
no exml1 or exml1CB anywhere either....
any help is greatly appreciated...
On Dec 28, 3:09 am, Lance Dyas <lancealand...@gmail.com> wrote:
> look at the code that creates the sidebar
> the check boxes have an id associated with them....
>
> On Sat, Dec 26, 2009 at 11:39 AM, tanos_8888888888 <
>
>
>
> tanos8888888...@gmail.com> wrote:
> > I have a small project here: http://www.myislamap.com
>
> > How can I dynamically affect the sidebar 'visible' checkmarks.
> > I through javascript can control if the icon marker itself is visible
> > on the map,
> > but I want the actual sidebar to match. I designed this to get links
> > to open the map
> > and their associated infowindow. I designed it to also show only that
> > point on the map.
>
> >http://www.myislamap.com/?linkid=Nautibeach%20Condos=17
>
> > will show all my markers and...
>
> >http://www.myislamap.com/?linkid=Nautibeach%20Condos=17=0
>
> > will show only that marker... but I would like the sidebar itself to
> > also show only
> > that check....
>
> > thanks in advance..
>
> > --
>
> > You received this message because you are subscribed to the Google Groups
> > "Google Maps API" group.
> > To post to this group, send email to google-maps-api@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-maps-api+unsubscribe@googlegroups.com<google-maps-api%2Bunsubscribe@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-maps-api?hl=en.- Hide quoted text -
>
> - Show quoted text -
--
You received this message because you are subscribed to the Google Groups "Google Maps API" group.
To post to this group, send email to google-maps-api@googlegroups.com.
To unsubscribe from this group, send email to google-maps-api+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home