Hello,
Here is the code snippet which we can use display mini page layout in visual force page. You just need to replace the "RECID" with actual SF record Id.
<apex:page>
<a href="/RECID" id="lookupRECID" onblur="LookupHoverDetail.getHover('lookupRECID').hide();" onfocus="LookupHoverDetail.getHover('lookupRECID', '/RECID/m?&isAjaxRequest=1&nocache=1338963113197').show();" onmouseout="LookupHoverDetail.getHover('lookupRECID').hide();" onmouseover="LookupHoverDetail.getHover('lookupRECID', '/RECID/m?isAjaxRequest=1&nocache=1338963113197').show();">Record Name</a>
</apex:page>
Try, its fun...
No comments:
Post a Comment