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

Override Edit Button
Is there an easy wasy to override edit button using visualforce page? Currently I have mentioned all the fields I want to display on my visualforce page. I am looking for an easy way so that it can be maintained using the standard page layouts. e.g. override tab view - https://www.salesforce.com/us/developer/docs/pages/Content/pages_quick_start_tabs.htm
Click on Customize > Contacts > Buttons and Links, and click to Edit.
Choose to Override with your visualforce page and then click Save
I think you are looking for FieldSet. With this you can easily maintain the Visualforce page.
Check the below links with example.
http://www.salesforce.com/us/developer/docs/pages/Content/pages_dynamic_vf_field_sets.htm
http://forceguru.blogspot.in/2011/02/using-field-set-on-visual-force-page.html