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

I have created case custom vf page as per my client requirement.I have created case comments custom related list using <apex:pageblocktable> now I want hoverlist like related lists on standard page.Anyone quick help
I have created case custom vf page as per my client requirement.I have created case comments custom related list using <apex:pageblocktable> .Now I want hoverlist like related lists on standard page.Anyone quick help:
Created Case comments related list like below:
<apex:pageBlock title="Case Comments" tabStyle="case" id="casecId">
<apex:pageBlockButtons location="top" >
<!--<apex:commandButton value="New" action='/apex/casecomment' styleClass="btn"/> oncomplete="redirect();" -->
<apex:commandButton value="New" action="{!goToCaseComment}" styleClass="btn"/>
</apex:pageBlockButtons>
<table class="list" border="0" cellspacing="0" cellpadding="0">
<tbody>.................................................
.....................................................................
Please help me asap:
Hover list I want like below for above custom related list:

Created Case comments related list like below:
<apex:pageBlock title="Case Comments" tabStyle="case" id="casecId">
<apex:pageBlockButtons location="top" >
<!--<apex:commandButton value="New" action='/apex/casecomment' styleClass="btn"/> oncomplete="redirect();" -->
<apex:commandButton value="New" action="{!goToCaseComment}" styleClass="btn"/>
</apex:pageBlockButtons>
<table class="list" border="0" cellspacing="0" cellpadding="0">
<tbody>.................................................
.....................................................................
Please help me asap:
Hover list I want like below for above custom related list: