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
davedbdavedb 

Building of the header and sidebar

Hello Board,

 

in fact that i have to create a new layout of our salesforce application, i have to remove the header and sitebar with apex showHeader="false". But how can i create the tab navigation on my own?

 

Are there some apex commands to create the tab navigation?

 

Best regards

David

davedbdavedb
addition: I mean the main tab navigation in the AppBodyHeader.
Rajesh ShahRajesh Shah
If you want to create your own tab menu, you can use tabpanel and tab components.
davedbdavedb

Hi Rajesh,

 

thanks for the reply. Do you have an additional idea for the sidebar?

 

Best

David