You need to sign in to do that
Don't have an account?
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?
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
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?
You have to use <apex:tabPanel> and <apex:tab> then only create tab view in visualforce page.
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.