On Mar 5, 10:24 am, Alex <[email protected]> wrote:
> Yeah, I was just messing with that..
> The all is something I just thought of doing..
> I thought if I made an other function called boxclicka that I could
> just refer to that.. but its not working..
> guess I will keep working on it.

You can create a global array of categories as you process the input
the go through that array and hide or show all the categories that are
in the array.

  -- Larry

>
> On Mar 5, 1:17 pm, "[email protected]" <[email protected]>
> wrote:
>
>
>
> > On Mar 5, 9:36 am, Alex <[email protected]> wrote:
>
> > > Larry,
>
> > > Thanks for the info.. I was able to figure it out..
>
> > >http://www.co.frederick.va.us/planning/yetanotherexample_checkboxes.html
>
> > boxclick(all) doesn't work...
>
> >   -- Larry
>
> > > Alex
>
> > > On Mar 5, 10:28 am, "[email protected]" <[email protected]>
> > > wrote:
>
> > > > On Mar 5, 7:02 am, Alex <[email protected]> wrote:
>
> > > > > I am working on modifying some code provided by Mike Williams
> > > > > that creates categories from an XML file..
>
> > > > > Only I am trying to make it work with a txt file..
>
> > > > > This time to include checkboxes for the data to be turned on and off..
>
> > > > > I was successful with a previous map using a txt file as source
> > > > > before..
>
> > > > >http://www.co.frederick.va.us/planning/ParksRecSites_test.html
>
> > > > > but am now trying to incorporate the check boxes I am running into
> > > > > some issues..
>
> > > > >http://www.co.frederick.va.us/planning/yetanotherexample_checkboxes.html
>
> > > > > Any help is greatly appreciated..
>
> > > > Don't you have a debugger?
>
> > > >           var name = parts([0]);
> > > >           var category = parts([0]);
>
> > > > should be:
> > > >           var name = parts[0];
> > > >           var category = parts[0];
>
> > > > After you fix that, the "trash container" check box has the id
> > > > "theatrebox" (spaces are not allowed in id's, so you will have to
> > > > figure out how to address that).  Mike's convention was category+"box"
> > > > for the id of the checkboxes.
>
> > > >   -- Larry- Hide quoted text -
>
> > > - Show quoted text -- 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 [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.

Reply via email to