template::paginator::get_display_info (public)
template::paginator::get_display_info name datasource page
Defined in packages/acs-templating/tcl/paginator-procs.tcl
Make paginator display properties available as a onerow data source:
next_page: following page or empty string if at end previous_page: preceding page or empty string if at beginning next_group: page that begins the next page group or empty string if at end previous_group: page that begins the last page group or empty string if at endl. page_count: the number of pages
- Parameters:
- name (required)
- The reference to the paginator object.
- datasource (required)
- The name of the onerow datasource to create
- page (required)
- A page number representing the reference point from which the display properties are calculated.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.