template::paginator::get_row (public)

 template::paginator::get_row name pagenum

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

Calculates the first row displayed on a page.

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, representing the number of a page therein.
Returns:
A number ranging from one to the number of rows in the query result, representing the number of the first row on the specified page.

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