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.2.1 -r1.4.2.2 --- openacs-4/packages/acs-templating/www/doc/api/multirow.adp 2 May 2021 19:58:28 -0000 1.4.2.1 +++ openacs-4/packages/acs-templating/www/doc/api/multirow.adp 3 Sep 2021 09:16:16 -0000 1.4.2.2 @@ -1,5 +1,5 @@ -{/doc/acs-templating {ACS Templating}} {Templating System API: Multirow} +{/doc/acs-templating/ {ACS Templating}} {Templating System API: Multirow} Templating System API: Multirow

Multirow

@@ -20,20 +20,17 @@ 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
 

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