Index: openacs-4/packages/xotcl-core/tcl/generic-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/generic-procs.tcl,v
diff -u -r1.97.2.10 -r1.97.2.11
--- openacs-4/packages/xotcl-core/tcl/generic-procs.tcl 22 Apr 2017 16:59:39 -0000 1.97.2.10
+++ openacs-4/packages/xotcl-core/tcl/generic-procs.tcl 14 May 2017 09:04:35 -0000 1.97.2.11
@@ -370,18 +370,18 @@
from class's data-model. A list built in this way will be
paginated automatically.
- @parameter actions Behaves as in template::list::create.
+ @parameter actions Behaves as in template::list::create.
If missing, can be automatically generated acting on create_url
and no_create_p
parameters (see below).
- @param bulk_action_method Behaves as in template::list::create,
+ @param bulk_action_method Behaves as in template::list::create,
but will default to POST method, as it is safer with respect to possible high number of query parameters.
- @param elements Behaves as in template::list::create.
+ @param elements Behaves as in template::list::create.
It must be possible to build every element either through class's instance members, or programmatically
(see row_code
below).
- @param rows_per_page Behaves as template::list::create's
+ @param rows_per_page Behaves as template::list::create's
page_size
parameter. Pagination is automatical for this class. To turn it off, just
set this parameter to "" .