This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal



Jun 12, 2012, 5:49 AM
25 Posts

Pager implementation in repeat control

  • Category: Server Side JavaScript
  • Platform: Windows
  • Release: 8.5.2
  • Role: Developer
  • Tags:
  • Replies: 1

Can anyone help me for implementation of pager in repeat control. Thanks in advance.

Jun 12, 2012, 9:51 AM
126 Posts
Re: Pager implementation in repeat control
is this what your looking for:
 
        <xp:pager layout="Previous Group Next" id="pager1" for="repeat1"
partialRefresh="true" partialExecute="true">
</xp:pager>
 
<xp:repeat id="repeat1" value="#{javascript:return new Array(50);}" rows="10">
<xp:label value="#{javascript:new Date().getTime()}"></xp:label>
<xp:br></xp:br>
</xp:repeat> 

This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal