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

Building a commercial app. Need to override standard salesforce style with custom. How using VF?
I am trying to discover how to override the standard style in Salesforce. I am more of a declartive developer. I would like to keep the SF header. I simply want a new skin (white background).
1) Can you tell me how to do this.
2) Provide sample VF code.
3) Instruct me as to how to include the VF page, to override the standard SF style, so that the style is universal (application wide)..
I would truly appreciate it.
1) Can you tell me how to do this.
2) Provide sample VF code.
3) Instruct me as to how to include the VF page, to override the standard SF style, so that the style is universal (application wide)..
I would truly appreciate it.
which object you want that under goes to select buttons,Links,and Action and click edit new there you override you VF page. your VF try to header part this way.
<apex:sectionheader title="Lead Edit" subtitle="My New Lead">
</apex:sectionheader> <apex:pageblock mode="edit" id="leadPB" title="Lead Edit">
If you get the answer, please mark it as the correct answer. It will be a help to others who are facing the same problem later.
Thanks,
Kae
All Answers
which object you want that under goes to select buttons,Links,and Action and click edit new there you override you VF page. your VF try to header part this way.
<apex:sectionheader title="Lead Edit" subtitle="My New Lead">
</apex:sectionheader> <apex:pageblock mode="edit" id="leadPB" title="Lead Edit">
If you get the answer, please mark it as the correct answer. It will be a help to others who are facing the same problem later.
Thanks,
Kae
Which object you want to embed into vfpage .must create buttons,links&action in those you will assign vfpage must be standardcontroller sobject and also vfpage assign pagelayout
http://www.infallibletechie.com/2012/11/how-to-embed-visualforce-page-on.html
If you get the answer, please mark it as the correct answer. It will be a help to others who are facing the same problem later.
Regards
Eswar Prasad