Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

The pager tag allows a user to navigate paged data.

Examples

Code Block
<%@ taglib prefix="tt" uri="/tabletags"%>

...

<!-- Renders a simple pager tag -->
<tt:pager action="Table" pagerCommand="pagerCommand"
	pagerValue="pagerDisplay" />

...