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

apex:detail and relatedListHover
I am trying to use this very simple apex page to prototype the relatedListHover property of the apex:detail component. I am not able to get the related List Hovers to show up with both the relatedList and relatedListHover properties set to true on the apex:detail component. The standard related lists do show up. But the hovers do not. I have double-checked that the User Interface setting to enable related list hover is truly enabled in the org too.
Any ideas? The example code is below where I try to render the hover links on the User detail page for the currently logged in user.
Here is my apex:detail snippet
Any ideas? The example code is below where I try to render the hover links on the User detail page for the currently logged in user.
Here is my apex:detail snippet
Did you find out solution?
I am getting same problem with relatedListHover.
I specify in detail page nad make it true with related list.
I checked in user interface as well.
I am also facing the same issue. If any body of you find any thing please let me know.....
Thanks
Divya Prakash Goel
Hello DChasman,
I am currently working on creating hovers for my records as it is on the standard salesforce links.
I was trying to re-use the source code but was unable to get it working. Can you pease let me know how to go about it??
Many Thanks,
Cool_D
HI,
related list hover aren't working for buttons which inturn invokes Apex action methods.
Is there any workaround to get it done.