Hi Everyone, im looking for suggestions on the best way to implement
places in the following scenario.

I have a main content container which contains a dynamic tab tanel:
i.e. you can have have up to 3 tabs open at once with different pages
in each, tabs can be closed/opened.

When i use the goto(place newplace) call it navigates away from my
current place (dynamic tabs) and loads the new place. This is normally
how you would want things to happen.

What i want to happen is that instead of navigating away from the
current place of the main content window, the tab which is in focus
will navigate to the new place. Can this be done with places so that i
can take advantage of browser history? Ideally when the goto()
function is called i'd like to insert some custom logic that controls
the tabs

Thanks,
-Mark

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to