function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
b-liub-liu 

Embedding and Displaying the Details Page

Hey guys,

 

I have put an enhanced list in a collapsible div to minimize scrolling on a visualForce page.

 

<apex:enhancedList type="Account" height="300" rowsPerPage="25" id="AccountList" />

 

When you click on any name in the list, it directs you to the detail page. How would I take those details and displaying them on the same page so that it will populate a div below the list. Im also trying to minimize the redirecting of pages.

 

It will also help if with the enhancedList to be able to take out the chatter option and the drop down for the other views and creating views.

 

Thank yall