render to the content inside your tab panel. ie. each tab panel has a header
(for rendering the tabs) and a content area. your view should expose the
content area as a widget. Your activity should render to this widget



On Mon, Jul 18, 2011 at 11:06 PM, Mark Wengranowski <m...@greatlittlebox.com
> wrote:

> Thanks! Should i be using the content panel that contains the tab
> panel or should i somehow create content panels and activity mappers
> for each tab panel.
>
> On Jul 18, 10:30 am, "ashwin.desi...@gmail.com"
> <ashwin.desi...@gmail.com> wrote:
> > 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 <
> m...@greatlittlebox.com
> >
> >
> >
> > > 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
> 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.- Hide quoted
> text -
> >
> > - Show quoted text -
>
> --
> 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.
>
>

-- 
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