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

Format the bubble Help text of visual force page
Using the pageBlockSectionItem is there a means to maitain the formatting of help text. For instance here I have muti line Help text defining the values of picklist. Like
A - Use this for
B - Use this for
C - Use this for.
How can I maintain this format in the Help Bubble Text of visual force page. The standard help is not suffice here as the help text exceeding 255 characters.
You can use A div section for this And Place Your help text in any kind of format and It can have more than 255 Character. After that You can use the hide show property of the div on the onDatamouseout and onDatamouseover java script function of pageBlockSectionItem .
Hope this helps.
i need the example of the above said.. can somebody help out?