Suppressing the Salesforce User Interface and Styles
-
sidebar—Set to false to suppress the standard sidebar. Removing the sidebar gives your page a
wider canvas. For example, you can show more columns in a table.
This attribute doesn’t affect the rest of the Salesforce look and feel. You can continue to use components like <apex:pageBlock>, <apex:detail>, and <apex:inputField> that render with Salesforce user interface styling.
-
showHeader—Set to false to suppress the standard Salesforce page design. The header, tabs, and
sidebar are removed, along with their associated style sheets and JavaScript resources,
like scripts that aid with redirects on session timeout. You have a blank page ready to
fill in with your own user interface.
However, suppressing standard page design does not suppress all the style sheets and scripts that provide the Salesforce visual design or other scripts included the page. Visualforce components that you add to the page continue to adopt the Salesforce visual design.
-
standardStylesheets—Set to false, along with setting showHeader to false, to suppress the
inclusion of the style sheets that support the Salesforce visual design. When you suppress
the standard style sheets, your page is unstyled, except for your own style sheets.
Setting this attribute to false has no effect if showHeader isn’t also set to false.