Favoritehema priya (.qr)Jul 25, 2013, 5:49 AMendering a salesforce page from apex page in ifame without sidebar and and header pls help me,,i want to render standard definition page without sidebar,,,i want to edit and save that page..pls send a code1 answerSortSort by DateSort by Most HelpfulSort by DateDavid K. Liu (Google)Jul 25, 2013, 6:17 AMHey Hema, Try this out in your <apex:page>: <apex:page showHeader="false" sidebar="false"> <!-- Content --> </apex:page> Best of luck! DavidShow MoreAdd a commentWrite an answer...BoldItalicUnderlineStrikethroughBulleted ListNumbered ListAdd linkCode blockInsert imageAttach filesLink URLCancelSave0/9000Reply
David K. Liu (Google)Jul 25, 2013, 6:17 AMHey Hema, Try this out in your <apex:page>: <apex:page showHeader="false" sidebar="false"> <!-- Content --> </apex:page> Best of luck! DavidShow More