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.

Ankit AroraAnkit Arora

You can try using "TabStyle" attribute like this :

 

<apex:page controller="MyController" showHeader="false" tabStyle="Account">

 

Thanks

Ankit Arora

 Blog | Facebook | Blog Page