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
raju123raju123 

Need Help text for Custom Controller

Hi,

 

      Can any body help me. I have Some Fields in vfpage with Custom Controller. i need help text for that.Please Help me Out

 

Thank you

 

 

Best Answer chosen by Admin (Salesforce Developers) 
Abhay AroraAbhay Arora

<span   class="helpButton"><img src="/s.gif" alt=""  class="helpOrb"
           title="{!$ObjectType.OBJECTNAME.Fields.FIELDOFTHATOBJECT.inlineHelpText}" /></span>

 

 

just replace the object name with your object name as Account

just replace the FIELDOFTHATOBJECT with your object field as NAME

All Answers

bob_buzzardbob_buzzard

If you wrap the inputfield up in an apex:pageblocksectionitem component, you can specify the helpText attribute on that. There's more information at:

 

http://success.salesforce.com/ideaView?id=08730000000Bp8K

 

and 

 

http://harshesh7487.blogspot.co.uk/2011/03/how-to-show-help-text-on-visualforce.html

Abhay AroraAbhay Arora

<span   class="helpButton"><img src="/s.gif" alt=""  class="helpOrb"
           title="{!$ObjectType.OBJECTNAME.Fields.FIELDOFTHATOBJECT.inlineHelpText}" /></span>

 

 

just replace the object name with your object name as Account

just replace the FIELDOFTHATOBJECT with your object field as NAME

This was selected as the best answer
raju123raju123

Thank you Abhay. Thank you very much. 

Abhay AroraAbhay Arora

Hi Raju,

 

Please mark it as closed if your problem is solved