Posted By


d3developer on 08/06/10

Tagged


Statistics


Viewed 53 times
Favorited by 0 user(s)

@jeffdonthemic apex:datalist


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <apex:dataList value="{!accounts}" var="account" id="theList">
  2. <apex:outputText value="{!account.name}"/>
  3. </apex:dataList>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.