• Dave K
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
I created a VF page. Here's the code:


Code:
<apex:page tabStyle="Account_c__c">
    <apex:pageblock title="Critical Accounts">
    <apex:enhancedList type="account_c__c" height="600" rowsPerPage="50" id="AccountList"></apex:enhancedList> 
    </apex:pageblock>
</apex:page>

 





This renders a page much like the typical enhanced list that one gets out of the box with salesforce. the only difference is it lacks the little print button on the upper right side of the enhanced list.

How do I get that print link back?

Message Edited by Jim Boudreaux on 10-30-2008 07:58 AM