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
AnjaanAnjaan 

Changing Tab Style on Run Time

Hello All,
       I am integrating an application in Salesforce.com. It starts from contact/campaign/leeds details page. I have to upload these contacts somewhere. I have made some custom apex pages and they are similar for all three of them. How can i tell the page that this is contact's or campaign's or leed's style.

Thanks and Regards
Osman Ashraf Bajwah
Software Engineer
VisualForceVisualForce

Hi...

  If u use Standardcontroller, by default it assign which tabstyle u r assign for that object..

or

use <apex:pagetag> attribute ' tabstyle'

For more details see component Reference..