You need to sign in to do that
Don't have an account?
Sammar Abbas
<apex:tabPannel>
hi! hope u all are doing well! i am using the <apex:tabPannel> component ! when ever the page is load the fist tab is selected by defualt but i dont want any tab to be selected on the loading of the page . how can i do that?
The 1st tab will be selected, that is something we cant change, but put the entire content of the 1st tab inside an output panel and use rendered to hide it.
thanks
All Answers
This is the default behaviour of tab panel, you can dynamically choose which tab you want to keep selected, but if you don't want to keep any tab selected at inital load then for that you can tweak with your code which is inside the specific tabs.
Thanks
You can use rendered attribute on your tab panel/ content inside the 1st tab to hide them when u dont want to show any tabs.
Thanks
Hey!
i already tried it but this attribute hide the tab and hiding a tab is not my requirement
problem is the selection of tab .i dont want any tab selected when the page reloads
thanks and regards!
The 1st tab will be selected, that is something we cant change, but put the entire content of the 1st tab inside an output panel and use rendered to hide it.
thanks
thanks Jayaramn Hats Off!
you are the best
it solved my problem . but it still taking some extra space