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

page layout in visual force page
Hello everyone,
Please any one tell me, Is it possible to embed page layout in visaul force page. I mean i have one page layout and i want it to embed it in visual force page i.e. when i open the page that page layout is called and opens.
If its possible then please tell me hows it possible.????
Thanks in Advance.
you can use <apex:detail/>, see docu, to include the standard display layout of an object.
Thanks for reply,
Will you please any example code for the same. how should i use the standard apge layout in visual force page???????
see the visualforce developers guide:
of course you can add other fields, text, etc. to the page before you call the detail page.