template::paginator::get_group (public)
template::paginator::get_group name pagenum
Defined in packages/acs-templating/tcl/paginator-procs.tcl
Calculates the page group in which the specified page is located.
- Parameters:
- name (required)
- The reference to the paginator object.
- pagenum (required)
- A number ranging from one to the number of pages in the query result.
- Returns:
- A number ranging from one to the number of groups in the query result, as determined by both the page size and the group size. This number represents the page group number that the specified page lies in.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.