function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
kvinkvin 

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. 

Pradeep_NavatarPradeep_Navatar

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.

devfredevfre

i need the example of the above said.. can somebody help out?