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
Sandy singhSandy singh 

Tab highlight issue

Hi All,

 

 I have Two tabs tab1 & tab2, on click of tab1 its display all the records with edit & delete option, here i had overrided edit function so that on click of edit it open one page, but problem is here once user cilck on edit its highlight tab2 not tab1.

 I am not sure what worg i am doing...

 

If any one have idea about this please help me out.

 

Regards,

Sandy

Devendra@SFDCDevendra@SFDC

 

Hi Sandy,

 

Please check the tabstyle property of visualforce page.

 

<apex:page tabstyle="Object Belongs to Tab 1">

</apex:page>

 

Thanks,

Devendra

dev_firedev_fire

Hi Sandy,

 

Please check for tags "tabStyle" & "standardController" in your VF code. These tags must be referring Tab2 object, change them to Tab1.

 

If my solution worked for you mark it as resolved.

 

Thanks.

Sandy singhSandy singh

Hi Dev,

 

 Thanks to responce, but my requement is different that i menstion is this below link:


 https://sites.secure.force.com/success/ideaview?id=08730000000BrG5AAK#