Index: openacs-4/packages/acs-templating/www/doc/api/multirow.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/api/multirow.adp,v diff -u -N -r1.4 -r1.4.2.1 --- openacs-4/packages/acs-templating/www/doc/api/multirow.adp 25 Apr 2018 08:42:17 -0000 1.4 +++ openacs-4/packages/acs-templating/www/doc/api/multirow.adp 2 May 2021 19:58:28 -0000 1.4.2.1 @@ -10,7 +10,7 @@

Access and modify rows and columns of a multirow data source.

Methods

-
multirow getname index column
+
multirow get name index column
 

Get a particular column value or a reference to an entire @@ -21,23 +21,23 @@

-multirow setname index column value
+multirow set name index column value
 

Set the value of a column in a specified row.

-
multirow sizename
+
multirow size name
 

Get the number of rows in the data source.

-multirow createname column [column ...]
+multirow create name column [column ...]
 

Set up a new multirow data source. This is an alternative to having db_multirow create the data source.

-multirow appendname value [value ...]
+multirow append name value [value ...]
 

Add a row at the end of the data source. Extra values are dropped, missing values default to the empty string

-
multirow mapname body
+
multirow map name body
 

Evaluate body for each row of the data source, and return a list with all results. Within the body, all columns of the Index: openacs-4/packages/acs-templating/www/doc/api/multirow.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/api/multirow.html,v diff -u -N -r1.3 -r1.3.2.1 --- openacs-4/packages/acs-templating/www/doc/api/multirow.html 7 Aug 2017 23:48:02 -0000 1.3 +++ openacs-4/packages/acs-templating/www/doc/api/multirow.html 2 May 2021 19:58:28 -0000 1.3.2.1 @@ -13,7 +13,7 @@

Methods

-
multirow get name index column
+
multirow get name index column
@@ -27,17 +27,17 @@
-
multirow set name index column value
+
multirow set  name index column value

Set the value of a column in a specified row.

-
multirow size name
+
multirow size  name

Get the number of rows in the data source.

-
multirow create name column [column ...]
+
multirow create  name column [column ...]

Set up a new multirow data source. This is an alternative to @@ -47,15 +47,15 @@

-
multirow append name value [value ...]
+
multirow append  name value [value ...]

Add a row at the end of the data source. Extra values are dropped, missing values default to the empty string

-
multirow map name body
+
multirow map  name body

Evaluate body for each row of the data source, and