Uiinfrastructure API Docs  
 

PaginationControl.CreatePaginationLinks Method

Overload List

 

public static HTMLElement CreatePaginationLinks(AActivitySpace,int,int,int,int,int);

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,int,int,int,int,int,string);

See Also

PaginationControl Class | com.plumtree.uiinfrastructure.form.pagination Namespace | PaginationControl#CreatePaginationLinks