Saturday, 7 November 2015

How to add many titles to section header

 <apex:pageBlockSection  columns="1" collapsible="true" id="entryscreen">
                     <apex:facet name="header">
                       Batch Donation Entry
                       <span style="float:right;">
                        Batch Entry No&nbsp;-&nbsp;{!Counter}&nbsp;
                        </span>
                     </apex:facet>
 </apex:pageBlockSection>

No comments:

Post a Comment