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
PatcsPatcs 

Tabstyle in <apex:Page>

Hi

 

i have worte a visualforce page for the home page component, I need the tabstyle should look simillar to Home page but if i am not including the attribute "tab style",the tab style looking black and if i put tab style="Home" it is throwing an error.

 

can any one help on this.

 

Thanks!

DurgaPrasadChowdaryDurgaPrasadChowdary

According to the Docs :

  • If You Are Using Controller instead of using StandardController The  Default tab Style is "Home" assigned for that page.
  • Check Whether you are using controller or standard controller.
  • If you use standard controller it is not possible to use Home as tabstyle.