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

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
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
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
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.
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