template::paginator::get_full_row_count (public)

 template::paginator::get_full_row_count name

Defined in packages/acs-templating/tcl/paginator-procs.tcl

Gets the total number of records returned by the original paginator query. This is the 'true' row_count, which won't be limited to number_of_pages * rows_per_page.

Parameters:
name - The reference to the paginator object.
Returns:
A number representing the full row count.

Partial Call Graph (max 5 caller/called nodes):
%3 template::paginator::get_reference template::paginator::get_reference (private) template::paginator::get_full_row_count template::paginator::get_full_row_count template::paginator::get_full_row_count->template::paginator::get_reference

Testcases:
No testcase defined.
[ show source ]
Show another procedure: