atom-beautify/examples/simple-jsbeautifyrc/visualforce/expected/basic-page.page

5 lines
143 B
Plaintext
Raw Normal View History

<apex:page standardController="Contact">
2015-06-25 06:06:05 -06:00
<apex:sectionHeader title="{!contact.firstname}" subtitle="{!contact.account.name}"/>
2015-06-25 06:06:05 -06:00
</apex:page>