Reply
Regular Contributor
venk1255
Posts: 31
0

HI i am new to salesforce

i have scenario ,i want to display a radio button with account name in vf page,if i place mouse on the radio the account will display the related contacts for that account......

 

 

can any one suggest me to do this

 

 

Thanks In advance

Trusted Contributor
Suree
Posts: 491
0

Re: HI i am new to salesforce

use action component. make it to work when you do the mouse over. go through the vf page components. 

Super Contributor
Vinit_Kumar
Posts: 645
0

Re: HI i am new to salesforce

Use actionfunction tag of Vf and you need to put custom JS to use it with mouse hover.Please go throght the below link for the same :- 

 

http://www.salesforce.com/us/developer/docs/pages/Content/pages_compref_actionFunction.htm

Don't forget to give KUDOS if post helped you.

If this answers your query,please mark this as solution so that it would be useful for others.