Technical support This forum is closed.
Version 1.x > Technical support > Tab Control View modes: 
User avatar
Guest
redactuk - 11/13/2006 7:37:46 PM
   
Tab Control
Can someone please help me with the CMSTab control...

In the root of my site I've created a new page template for a support home page. On this asp page I've added a TAB control with sections for Home|Documents|Downloads where the Home tab should be the default for the current page and the other two tabs link to subections. For the subsections I'm using another page template. so my layout is

/Support.aspx
/Support/Documents.aspx
/Support/Downloads.aspx

On all 3 pages I've included the tab control and set the SelectNodesPath to be /Support/%

Now when I load my default page I just get tabs displayed for Documents | Dowloads.

How do I include the default page as a tab also i.e. Home?

I've thought about doing...

/Support/Home.aspx
/Support/Documents.aspx
/Support/Downloads.aspx

to get all 3 tabs displayed, but then how do I avoid content at the /Support only level. Can I somehow force any link to the /Support/ level to automatically show /Support/Home.aspx?

Any help would be appreciated.

Thanks

User avatar
Guest
admin - 11/13/2006 8:28:41 PM
   
Re: Tab Control
Hello,

you may want to use the second option:

/Support/Home.aspx
/Support/Documents.aspx
/Support/Downloads.aspx

and configure the page /Support.aspx not as a page template, but as a URL redirection to ~/Support/Home.aspx.

Regards,