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}"/>

No comments:

Post a Comment