Skip to main content

Posts

Showing posts with the label Addinf help text to the vf page

How to show help text in a vf Page?

Below is code to show    <apex:outputPanel id="msgBelowHeader" Styleclass="container_12 clearfix" rendered="{!isPreDistributorVisible}">                 <div style="padding-left: 50px;">                 <b>Your Preffered Distiributor is {!con.account.Preferred_Distributor__c} </b>                 <apex:outputPanel rendered="{!HelpInstructions !=null}">                 <span class="helpButton" id="example-_help">                 <img src="/s.gif" class="helpOrb" style="position: initial;"/>                             <script>sfdcPage.setHelp('example','{!HelpInstructions}');</script>               ...