You need to sign in to do that
Don't have an account?
crocodile
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
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