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
anukarthi_nimmalaanukarthi_nimmala 

Regarding TabPAnel

Hi,

 

I have created a tabpanel with 5 tabs in my aplication.SoNow all the tabs are visible as header in each tabs page.But i want to make the tabpanel invisible .It should not be seen in any tabs page.So please tell me how to do it with code.

Anand@SAASAnand@SAAS

set the "Rendered" attribute of "tabPanel" to false or a controller variable of "Boolean" type.