Info |
---|
This documentation refers to version 0.5 of the Pager code. For information related to trunk, please see Pager API. |
The Pager component allows users to break up long lists of items into separate pages. Currently, the Pager is entirely mark-up driven, and has limited functionality. Future releases will incorporate additional features. Unlike many other Fluid Components, the Pager makes certain assumptions about the mark-up: - The entire pager must be contained within a container element.
- Within that container, there are one or two 'pager bar' elements, each containing:
- any number of page links
- optionally, a 'next' element and a 'previous' element
The Pager uses CSS selectors to access these various components. Default selectors are assumed, which can be overriden (see #options below). |