template::paginator::get_groups (public)
template::paginator::get_groups name group count
Defined in packages/acs-templating/tcl/paginator-procs.tcl
Determines the set of groups to which a group belongs, and calculates the starting page of each group in that set.
- Parameters:
- name (required)
- The reference to the paginator object.
- group (required)
- A number ranging from one to the number of page groups in the query result.
- count (required)
- The desired size of the group set.
- Returns:
- A Tcl list of page numbers.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.