You need to sign in to do that
Don't have an account?

Controlling sidebar?
I have a few visulaforce pages.
I want to control what shows on the sidebar.
When I have:
<apex:page docType="html-5.0" showHeader="true" standardStylesheets="false" sidebar="true">
The side bar has information.
When I change the code to: sidebar="false"
There is no sidebar.
My question: How do I determine what shows in the sidebar?
Have a look here http://login.salesforce.com/help/doc/en/designing_home_page_layouts.htm
When you edit a home page layout you can select/deselect components that show in "Select Narrow Components to Show" . This is from where sidebar components are controlled
All Answers
Have a look here http://login.salesforce.com/help/doc/en/designing_home_page_layouts.htm
When you edit a home page layout you can select/deselect components that show in "Select Narrow Components to Show" . This is from where sidebar components are controlled
Thank you so much :)