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
kamal3883kamal3883 

custom hover message on visualforce outputlink

Hi,

 

i want to add hover message on outputlink in visualforce page. Mini page layout is not required is not required as hover message.

 

requirement is something like this: this is mouseover event. whenever someone hover mouse over outputlink it should show description field of that record.

 

Please let me know if you dont get my problem.

 

Thanks

Best Answer chosen by Admin (Salesforce Developers) 
hitesh90hitesh90

Hi kamal,

 

You have to use title attribute of outputlink to display hover message.

 

see Below example.

 

<apex:outputLink title="Your Description" value="http://www.yourlink.com">This is Your Link</apex:outputLink>

 

 

Important :
Hit Kudos if this provides you with useful information and if this is what you where looking for then please mark it as a solution for other benefits.

Thank You,
Hitesh Patel
SFDC Certified Developer & Administrator & Sales cloud consultant
My Blog:- http://mrjavascript.blogspot.in/