template::list::page_get_ids (public)
template::list::page_get_ids -name name [ -tcl_list ]
Defined in packages/acs-templating/tcl/list-procs.tcl
- Switches:
- -name (required)
- Name of the list builder list for which you want the IDs of the current page.
- -tcl_list (optional, boolean)
- Set this option if you want the IDs as a Tcl list. Otherwise, they'll be returned as a quoted SQL list, ready to be included in an "where foo_id in (...)" expression.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.