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 -r1.4.2.3 -r1.4.2.4 --- openacs-4/packages/acs-templating/www/doc/api/multirow.adp 13 Jul 2023 12:48:33 -0000 1.4.2.3 +++ openacs-4/packages/acs-templating/www/doc/api/multirow.adp 2 Sep 2024 09:40:25 -0000 1.4.2.4 @@ -2,6 +2,10 @@ {/doc/acs-templating/ {ACS Templating}} {Templating System API: Multirow} Templating System API: Multirow +

Multirow

Templating System : API @@ -10,8 +14,7 @@

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

Methods

-
-multirow get name index column
+
multirow get name index column
 

Get a particular column value or a reference to an entire @@ -21,26 +24,21 @@ for the row specified by index.

-
-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 having db_multirow create the data source.

-
-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 return a list with all results. Within the body, all columns of the