You need to sign in to do that
Don't have an account?

Tabs inside a page
Hello,
I want to merge 3 visualforce tabs in to one.
One solution is use radio buttons and let user select which data it should display.
But is there any better solution which will look better graphically like having tabs
I want to merge 3 visualforce tabs in to one.
One solution is use radio buttons and let user select which data it should display.
But is there any better solution which will look better graphically like having tabs

You can use <apex:tab> to show it more gracefully.