Uiinfrastructure API Docs  
 

PaginationControl.CreatePaginationLinks Method (AActivitySpace, Int32, Int32, Int32, Int32, Int32, String)

Static method to create the pagination links that go at the bottom of the display. DisplayPages that include this pagination links (through their views) must ensure that the JAVASCRIPT_PAGINATE method is implemented on the page. This bar does pagination links (prev, 1-50, 50-100, etc... next).

public static HTMLElement CreatePaginationLinks(
   AActivitySpace asOwner,
   int nPaginationID,
   int nObjectCount,
   int nCurrentStart,
   int nCurrentFinish,
   int nPaginationSize,
   string sModelStorageKey
);

Parameters

asOwner
nPaginationID
nObjectCount
nCurrentStart
nCurrentFinish
nPaginationSize
sModelStorageKey

Return Value

HTMLElement the links for the pagination at the bottom of the display

See Also

PaginationControl Class | com.plumtree.uiinfrastructure.form.pagination Namespace | PaginationControl.CreatePaginationLinks Overload List