You need to sign in to do that
Don't have an account?

Problem in display the help text of a field in visualforce(Immediate help reqd)
Hi Friends,
I had created a field by specifying its help text. Then I tried to display it in VF but wat happened was the bubble is getting displayed. When i tried to hover over the bubble, the help text is not getting displayed.. But its working in standard page. I tried to display the field using both <apex:pageblocksection> & <apex:pageblocksectionitem>....Help reqd immediately....
Thanks in advance....
Hi Friends,
I found that the onload function which I am using in that VF is causing this issue.... Any suggestions on how to overcome this problem???...
It sounds like you might be overwriting the Salesforce onload functionality.
Try adding your function to the existing onload handler. Here's an example function that will allow you to do that:
We had the same problem so thanks very much for your advice bob!
I found that the standard onload script worked just the same with this simple method:
Change this, which is what we had before:
to this:
Seems to work in any browser
Steven