Skip to content

Instantly share code, notes, and snippets.

@DataSolveProblems
Created September 13, 2019 02:06
Show Gist options
  • Save DataSolveProblems/d1bb146934d43ac5bfef414c3e04ffe7 to your computer and use it in GitHub Desktop.
Save DataSolveProblems/d1bb146934d43ac5bfef414c3e04ffe7 to your computer and use it in GitHub Desktop.
<apex:page sidebar="false">
<!--Flight Systems Checklist Visualforce Page-->
<h1>StationStatus</h1>
<apex:form id="stationReadinessChecklist">
<apex:pageBlock title="Station Readiness Checklist">
<apex:pageBlockButtons >
<!--Adding Save Button-->
<apex:commandButton value="Save" action="{!save}"/>
</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