Showing posts with label help text in vf. Show all posts
Showing posts with label help text in vf. Show all posts

Wednesday, May 18, 2011

To display the HelpText for a field in visualforce


Solution: We can make use of “inlineHelpText” to display the helptext of a field in visualforce

Sample Code: To display the Help Text for Account Industry field,
                    <apex:outputText value=” {!$ObjectType.Account.Fields.Industry.inlineHelpText}"/>