Skip to content

Instantly share code, notes, and snippets.

@bruceyue
Created September 1, 2012 05:41
Show Gist options
  • Save bruceyue/3564817 to your computer and use it in GitHub Desktop.
Save bruceyue/3564817 to your computer and use it in GitHub Desktop.
Apex Page Block
<apex:page controller="" showHeader="true">
<script type="text/javascript">
</script>
<style type="text/css">
</style>
<apex:sectionHeader title="" subTitle="Receive Purchase Requests" />
<apex:pageMessages />
<apex:form >
<apex:pageBlock title="">
<apex:pageBlockButtons >
<apex:commandBUtton action="{!cancel}" value="Cancel" />
</apex:pageBlockButtons>
</apex:pageBlock>
</apex:form>
</apex:page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment