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
Sindhu AmbarkarSindhu Ambarkar 

Tab panel related issue

Hi,

I have a visualforce page similar to registration form.I need to create tabs.In the each tab fields are present user should enter.How can i achieve this.Using pageblockblocksection it is working fine but Title should be in tabs.Please help me out
shikher goelshikher goel
Hi Sindhu,

You can use apex:tabPanel and apex:tab tags in visualforce to achieve this requirement.

Let me know if you are trying to achieve some thing specific which I can help.

Thanks,
Shikher Goel