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
kmorf_entransformkmorf_entransform 

Displaying a component

how could i make it so when i hover the mouse over some field in my visualforce page it would display a bubble pop up that is a component

Tony P.ax1100Tony P.ax1100

You'll need to use some javascript to do this (I suggest www.jquery.com).  You'll do an "On hover" event of your link.  This will popup an inline model window, where you would reference a different visualforce page which would have your component.

Chamil MadusankaChamil Madusanka

Hi,

 

Here is the solution. Try this example.

 

http://salesforceworld.blogspot.com/2011/08/displaying-pop-up-summaries-on-hover-in.html

 

If a reply to a post answers your question or resolves your problem, please mark it as the solution to the post so that others may benefit.

 

Chamil's Blog