Mark,

I think you should be able to achieve it using places. Try to have an
additional property in your place, lets say location which would tell you
which tab the user clicked. Now pass this value to the activity/ Delegate
which drives your view.  Based on the location render the contents.

Regards
Ashwin



On Mon, Jul 18, 2011 at 10:50 PM, Mark Wengranowski <[email protected]
> wrote:

> 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 [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-web-toolkit?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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-web-toolkit?hl=en.

Reply via email to