Will do.  When I'm finished, would this be something of value to the wicket
community?  If so, how does one submit the code?

On 4/2/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote:

sounds like what you want is not an encapsulated tab panel like what we
have. see the sourcecode to ours, it is trivial. that will give you the idea
of how to implement something similar that will be a better fit to your
usecase.

-igor


On 4/2/07, Julian Klappenbach <[EMAIL PROTECTED]> wrote:
>
> Provide my own markup file...  Hmmm...  Ideally, I'd specify a div or
> span with a wicket:id in another area of the page markup, and have that id
> set as the target for panels.  Can you give me a little more direction on
> this?  This is my first project with wicket.
>
> On 4/2/07, Igor Vaynberg < [EMAIL PROTECTED]> wrote:
> >
> > you can subclass ajaxtabbedpanel and provide your own markup file.
> > just make sure wicket-component-wise the nesting is the same as in the
> > original
> >
> > -igor
> >
> >
> > On 4/2/07, Julian Klappenbach <[EMAIL PROTECTED]> wrote:
> >
> > >  I have an application where the tabs run vertically down the left
> > > side, which are meant to change the content of a larger, central panel.  
Out
> > > of the box, AjaxTabbedPanel assumes that the tabs are to sit vertically
> > > above the panel (the panel is automatically created).
> > >
> > > Is there a different approach I should be taking, or is there a way
> > > that I can subclass AjaxTabbedPanel to get the desired behavior?
> > >
> > > -jjk
> > >
> > >
> > > -------------------------------------------------------------------------
> > > Take Surveys. Earn Cash. Influence the Future of IT
> > > Join SourceForge.net's Techsay panel and you'll get the chance to
> > > share your
> > > opinions on IT & business topics through brief surveys-and earn cash
> > >
> > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > > _______________________________________________
> > > Wicket-user mailing list
> > > Wicket-user@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/wicket-user
> > >
> > >
> >
> >
> > -------------------------------------------------------------------------
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to
> > share your
> > opinions on IT & business topics through brief surveys-and earn cash
> >
> > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> > _______________________________________________
> > Wicket-user mailing list
> > Wicket-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
> >
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys-and earn cash
>
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to