Forum Discussion

kc's avatar
kc
Ace
13 years ago

Component containing only the post pagination

I believe the 'menu-bar' component has the 'new message' link, 'board options' drop down, and the pagination links.

 

Which component has only the pagination links only?

 

Also, how do i customize the pagination if I want to re-order the posts and support pagination differently?

 

Thanks

3 Replies

  • DougS's avatar
    DougS
    Khoros Oracle
    13 years ago

    Hi kc,

     

    Are you trying to create your own pager bar for paging through the results of a custom rest call you have made in a component, or are you just looking to re-style the pagination on an existing "core" component?

     

    We have a freemarker object and a component you can use together to create your own paging bar if you know the key pieces of information needed to generate the pager (current page number, # of items per page, total items).  This page has information about how to use these:

     

    http://lithosphere.lithium.com/t5/Developers-Knowledge-Base/Context-objects-for-custom-components-webuisupport/ta-p/9343

  • rohangadiya's avatar
    rohangadiya
    Contributor
    11 years ago
    Hi DougS - What if we want only pagination showing without anything else. do we need to write a custom component. Does it have any inner components like <component name="paging"/ > or something