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
Ankit SinghalAnkit Singhal 

regarding help text with icon on apex:sectionheader

Guys,

 

I want to put a help text icon next to apex:sectioheader same as field level help.

i have explored the attributes description,help for apex:sectionheader.

 

but i want a icon same as field level help text .

and when user hovers there it should display some helptext

 

plz help

@anilbathula@@anilbathula@

Hi

 

If u want the help text with icon import that icon in static resource and use like this:-

<apex:sectionHeader title="Custom t" subtitle="{!Account.name}" help="{!$Resource.Filename}">

 

 or u can use an html text like the this:-

 

<td><b><font face="verdana" color="#FFFF00">Ur field name 
<A HREF="" TITLE="your help text"><h1> <font face="Bold" color="Red"> * </font></h1></A></font></b></td>
<td><input type="text" id="obj"/></td>
</tr>

Simon ThompsonSimon Thompson

You may want to take a look at Improved Help for Salesforce

 

http://improvedapps.com/improvedhelp/

 

Improved Help allows Help Authors to:

 

  • Define rich custom help content and add context-sensitive links to repurpose underused remote 'Help Resources';
  • Provide Helped Users with a locally branded, custom help portal and Quick Access Menu to access Help Tools;
  • Push rich content, in context, direct to the point of need - in situ, embedded within helped Salesforce application pages.