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
imAkashGargimAkashGarg 

create custom tab view page for ideas

As we have two types of view for the standard ideas object, list and tab view.

We can get the list view by using enhancedList, but how to implement the tab view in visualforce?

Kamatchi Devi SargunanathanKamatchi Devi Sargunanathan

Hi,

 

Can you please explain your requirement in brief?. Because, its not clear that you just need to diaplay tab view? or ideas?

 

If  you want to display tabs you can use the <apex:tabpanel> component in vf page

imAkashGargimAkashGarg
As we have the 'tab view' option for the standard idea object, the same i want to implement in visualforce.
I have to create a vf which will display all the ideas available in tab view format. (not the tab panel)
is there a ways we can clone the standard lookup of tab view for ideas?
KodiKodi
Hi,

You have to use <apex:tabPanel> and <apex:tab> then only create tab view in visualforce page.
imAkashGargimAkashGarg
Any help?
I want to use the standard Ideas list page in visualforce.
The Ideas list page has two views: List n Tab.
I want the tab one.