Created
April 11, 2013 14:05
-
-
Save tyoshikawa1106/5363643 to your computer and use it in GitHub Desktop.
apex:listViews - リストビュー
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<apex:page showHeader="true" tabstyle="Case"> | |
<apex:ListViews type="Case" /> | |
<apex:ListViews type="Opportunity" /> | |
</apex:page> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment