Guest User

Untitled

a guest
Jun 18th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <apex:page standardController="Account">
  2. <script src="スクリプトURL"></script>
  3. <apex:form>
  4. <apex:pageBlock >
  5. <apex:inputField value="{!record.BillingPostalCode}" id="zip"/>
  6. <br />
  7. <apex:inputField value="{!record.BillingState}" id="state"/>
  8. <br />
  9. <apex:inputField value="{!record.BillingCity}" id="city"/>
  10. <br />
  11. <apex:inputField value="{!record.BillingStreet}" id="street"/>
  12. </apex:pageBlock>
  13. </apex:form>
  14. </apex:page>
Add Comment
Please, Sign In to add comment