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
dizondizon 

Help attribute in standard salesforce page.

I understand that in a custom visualforce page, the help attribute in a sectionHeader tag can reference a Static Resource (in my case a .pdf file). Can this functionality be mirrored in a standard salesforce tab?

 

e.g. 

<apex:sectionHeader title="Custom Account View/Edit" subtitle="{!Account.name}" help="{!$Resource.HelpFile}">

 

Message Edited by dizon on 01-07-2010 09:43 PM