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
djordandjordan 

Hover over records in a list

I'm pulling records from an external web service into a visualforce list. Users can select one or more records to be inserted into salesforce.com.

 

I would like to add a feature so more information is shown when a user hovers over a record. There's quite a neat JS solution here http://www.nicolashoening.de/?twocents&nr=8 but it doesn't work when I emebed the code in my VS page.

 

Is there a way to do this?

Cool_DevloperCool_Devloper

Hi There,

 

Maybe you can build some modal windows using 3rd party JS libraries like Yahoo etc which can show up on Mouse Over.

 

Hope this helps!!

Cool_D