Search This Blog

Thursday, October 14, 2010

Salesforce.com tip : show bubble help text on visualforce page

to show bubble style help text on visualforce fields , use following syntax on tag


<apex:pageBlockSectionItem helpText="{!$ObjectType.Contact.Fields.Favorite_Game__c.inlineHelpText}" >

2 comments:

  1. Cool tip. Thanks for providing those syntax. I'd surely try this at my visualforce page. it services bristol

    ReplyDelete
    Replies
    1. Glad this was useful. let us know if you have any further questions.

      Delete