function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
YikaYika 

How to create a tab panel interface in Siteforce?

Hi,

 

I need to create a tab panel interface in Siteforce, like the one we can get using the <apex:tabPanel> and <apex:tab> in force.com Sites. Is it possible in Siteforce?, how?

 

Thanks in advanced

Best Answer chosen by Admin (Salesforce Developers) 
Ryan-GuestRyan-Guest

You won't be able to use apex:tabPanel in Siteforce.

 

However, you can create tabs. If you are comfortable with CSS, you could use the Menu page element for a tab panel.

 

If you'd like to roll your own, I'd suggest looking at these examples: http://speckyboy.com/2010/09/08/30-css-and-javascript-tabs-solutions/

All Answers

Ryan-GuestRyan-Guest

You won't be able to use apex:tabPanel in Siteforce.

 

However, you can create tabs. If you are comfortable with CSS, you could use the Menu page element for a tab panel.

 

If you'd like to roll your own, I'd suggest looking at these examples: http://speckyboy.com/2010/09/08/30-css-and-javascript-tabs-solutions/

This was selected as the best answer
YikaYika

Hi Ryan-Guest,

 

Great link! It was very useful, thanks for sharing it with me.

 

Regards,

Yika