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 

Showheader="false" in <apex:page> i am loosing my tab style.

Hi

 

When Showheader="false" in <apex:Page> i am loosing my tab style. i need the style simillar to home page, but now i am geeting black color.

 

can any one help on this

 

Thanks.

FromCRMWonderlandFromCRMWonderland

Are you using custom-controller or stnadard controller with extensions ??

PatcsPatcs

Hi

 

i am not using any controller or extensions in my class.i have created a VF page section in the Home page with showheader=false and sidebar=false.
it is showing black color as tab style, but i need the tabstyle should simillar to home page.
is there any way to do that?

 

Thanks!

Edwin VijayEdwin Vijay

Well, this is an expected behaviour.

 

Please try this, not sure if it would work

 

  • Add the tabstyle="Home" attribute in the apex:page tag.