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
LeonardLeonard 

How to hide the side panel with a visualforce tab

I have a visualforce page in a tab and I want to hide the salesforce side panel. I understand that web tabs have this capability but i need it for a visualforce page (with an embedded static resource).

paul-lmipaul-lmi

add sideboar="no" to the apex:page tag.