Skip to content

Instantly share code, notes, and snippets.

@fractastical
Created May 24, 2011 21:38
Show Gist options
  • Save fractastical/989785 to your computer and use it in GitHub Desktop.
Save fractastical/989785 to your computer and use it in GitHub Desktop.
@jeffdonthemic apex:datalist
<apex:dataList value="{!accounts}" var="account" id="theList">
<apex:outputText value="{!account.name}"/>
</apex:dataList>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment