Note the method called AddSidebar is where the sidebar is actually created.. . since you are using an open tool... you can look at.
http://geoxml.googlecode.com/svn/trunk/geoxmlfull.js and the addSidebar function is also overrideable ... (better method perhaps than using an event listener.) pass a sidebarfn : pattern it after the GeoXml.addSidebar code... and tadah. On Mon, Mar 29, 2010 at 1:59 PM, tanos_8888888888 <[email protected] > wrote: > In my project: > > http://www.myislamap.com/test > > I have an addListener event that waits until the kml is parsed to > change a couple of events associated with some sidebar items. > > I have 2 items (the checkbox and folder) correctly redirecting to a > new map the way I want... the item in the sidebar is > LostOasisVacation Rentals, but when clicking the text next to the > folder, the map just zooms and pans to the markers within that folder > (default behavior) > > I have scoured through Firebug to find the ID folder text itself, but > cannot seem to find it. > > Any help is appreciated. > > -- > 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]<google-maps-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-api?hl=en. > > -- 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.
