Hi Eric, You're best off posting questions like these to Stack Overflow: https://developers.google.com/maps/documentation/javascript/forum
Cheers Chris -- G+: http://chrisbroadfoot.id.au/+ Twitter: http://twitter.com/broady On Fri, May 25, 2012 at 11:18 PM, guitar_mapper <[email protected]>wrote: > Hi, > > > Thought it may help if I added more specifics in terms of code. > > Here is what I copy/pasted into my css from this example: > > http://gmaps-samples-v3.googlecode.com/svn/trunk/infowindow/tabs.html > > which I got after trying the suggestions based on this thread: > > > https://groups.google.com/group/fusion-tables-users-group/browse_thread/thread/8ab6d389be7c0575 > > and this is what I added into the custom info window style for the > "red" or "gallery venue" marker, which I will replicate for the other > markers too: > > <div class='tab-1' style='font-family: sans-serif'> > <b>city:</b> {city}<br> > <b>state:</b> {state}<br> > <b>venue_type:</b> {venue_type}<br> > <b>venue_name:</b> {venue_name}<br> > <b>venue_url:</b> {venue_url}<br> > <b>venue _address:</b> {venue _address}<br> > </div> > > > > > <div class='tab-2' style='font-family: sans-serif'> > <b>promoter_name:</b> {promoter_name} > <b>promoter_name:</b>{promoter_email} > <b>promoter_email:</b>{promoter_phone} > </div> > > > > > <div class='tab-3' style='font-family: sans-serif'> > <b>comments:</b> {comments} > <b>uploaded_by:</b>{uploaded_by} > </div> > > If someone has the time, could you look at my source code via the test > site that I linked to in the previous post. Do I need to have > something else in my css code or do I need to be adding some kind of > javascript into my custom info window within each fusion table? > > > Thanks, > > Eric > > > > On May 24, 7:43 pm, guitar_mapper <[email protected]> wrote: > > Greetings! > > > > First off, I'd like to offer a big "Thank you!" to everyone who posts > > to this site. If it wasn't for this site, it's moderators, and > > contributors, I wouldn't have gotten as far as I've gotten on my > > current project. > > > > I am building a shared database/map of booking contacts that my > > friends and I use regularly, here is a link for an identical test site > > without people's personal info: > > > > http://www.ericcarbonara.org/maproom_tutorial/fusionlayer_testing_sit... > > > > However, I'm currently stuck on a few issues that I've seen detailed > > here and elsewhere many times, yet I still can't figure out what I'm > > doing wrong. For context, I'm extremely new at this but using > > tutorials via google and lynda.com to learn quickly. > > > > That said… > > > > I'm having issues with tabbed info windows. I've seen several examples > > of this but I simply don't understand where to put the code. I > > understand that the custom css for the info windows must be inside my > > host html page that the fusion table layers are on…but I can't seem to > > get the info windows and custom css to talk to each other. > > > > To be specific, I want to create four tabs for any info window. In the > > first three tabs I will separate the various data from the columns > > like: > > > > Tab 1: > > > > {city} > > {state} > > {venue name} > > {venue address} > > > > Tab 2: > > > > {promoter name} > > {promoter email} > > > > Tab 3: > > > > {comments} > > > > Tab 4: > > > > embedded calendar or some kind of date picker > > > > I know that this information is provided already many different ways, > > but since this project is the way in which I'm teaching myself > > javascript...I'm bound to run into some roadblocks! Basically, I'm > > just hoping someone could just show me where to put the correct code > > so I can move forward! > > > > Thanks!, > > > > Eric > > -- > You received this message because you are subscribed to the Google Groups > "Google Maps JavaScript API v3" 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-js-api-v3?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
