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
Praetorian65Praetorian65 

Solved - Visualforce page using an existing tab view?

I have a tab called "Networks". Is it possible to build a visualforce page that has perhaps a small bit of custom content at the top and then load the network list view, or would I have to build my own view from scratch?
 
(If you hadn't guessed im brand new to this).
 
Thanks in advance.
 
Edit - Solved - found the listviews in the reference.


Message Edited by Praetorian65 on 01-07-2009 02:19 AM
a_Ba_B
You can use to show standard list view in a VF pages.
a_Ba_B
sorry .. the following text was missing

apex:enhancedList

So, use VF components to show some details about the networks and then use enhancedList to show the list views.