You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Lennart Benoot <le...@chronoline.org> on 2005/11/16 11:40:41 UTC

Tabbed screen

Hi all,

What is the best way to go according to your opinion?

Current situation
-3 different tapestry pages
-3 individualy linked html pages

Disired situation
-keep 3 tapestry pages
-1 html page with a tab on top. Clicking a tab activates one of the pages. The tab should be visible for every page

Kind regards,
Lennart



---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: Tabbed screen

Posted by Geoff Longman <gl...@gmail.com>.
We created a Border component that contains the tabs. Each tab is a
page link to one of the pages. We went further and created a component
that renders the tabs in the border.

That component is smart enough to render each tab with specific css
and links. ie. The tab for the page being displayed is render with a
css class that makes the tab look "selected" and the link for that tab
is not a page link, but rather a plain link with href="#".

Make sense?

Geoff

On 16 Nov 2005 10:40:41 -0000, Lennart Benoot <le...@chronoline.org> wrote:
>
> Hi all,
>
> What is the best way to go according to your opinion?
>
> Current situation
> -3 different tapestry pages
> -3 individualy linked html pages
>
> Disired situation
> -keep 3 tapestry pages
> -1 html page with a tab on top. Clicking a tab activates one of the pages. The tab should be visible for every page
>
> Kind regards,
> Lennart
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
>
>


--
The Spindle guy.           http://spindle.sf.net
Get help with Spindle:   
http://lists.sourceforge.net/mailman/listinfo/spindle-user
Announcement Feed:    
http://www.jroller.com/rss/glongman?catname=/Announcements
Feature Updates:            http://spindle.sf.net/updates

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


RE: Tabbed screen

Posted by Patrick Casey <pa...@adelphia.net>.
	Did you try the tabset component:

	
http://equalitylearning.org/Tassel/app?service=external/ViewComponent&sp=STa
bSet

> -----Original Message-----
> From: Lennart Benoot [mailto:lennart@chronoline.org]
> Sent: Wednesday, November 16, 2005 2:41 AM
> To: tapestry-user@jakarta.apache.org
> Subject: Tabbed screen
> 
> 
> Hi all,
> 
> What is the best way to go according to your opinion?
> 
> Current situation
> -3 different tapestry pages
> -3 individualy linked html pages
> 
> Disired situation
> -keep 3 tapestry pages
> -1 html page with a tab on top. Clicking a tab activates one of the pages.
> The tab should be visible for every page
> 
> Kind regards,
> Lennart
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org