atom-beautify/examples/simple-jsbeautifyrc/visualforce/original/basic-page-using-detail.page

5 lines
75 B
Plaintext
Raw Normal View History

<apex:page standardController="Contact">
<apex:detail />
</apex:page>