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
crocodilecrocodile 

VF page linked to the tab with highlighting the tab...

Hi

I have a Custom Object MyObj with a tab.

When I created a VF page with the below code:

 

 

<apex:page standardController="delete3__c">
</apex:page>
Then MyObj tab is highlighted with linking to the resulting page.
Can anyone please tell me is there any specific reason for the linking....
Thx in adv,
VNath

 

b-Forceb-Force

As you have mentioned StandardController="CustomObj__c" , so VF page autometically it will get tab style of related object

 

It will work similar to attribute tabstyle

 

Thanks,

Bala