Index: openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl,v diff -u -N -r1.15 -r1.16 --- openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl 18 Sep 2002 12:10:44 -0000 1.15 +++ openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl 26 Sep 2002 23:55:18 -0000 1.16 @@ -123,6 +123,13 @@

+ General information about parameters + +

Parameters which take a name (for instance "-name" or "-select_query_name") expect a simple name + not surrounded by curly braces (in other words not a single-element list). All other parameters expect + a single list to be passed in. +

+ Here's a complete list of switches that are supported by ad_form:

@@ -148,11 +155,6 @@ define multipart file handling forms. -

-action

-

The name of the script to be called when the form is submitted. Defaults to the name of the script - being served. -
-

-export

Similar to the utility export_vars. Takes a list of values to insert in the form as "hidden" elements. Each value is either a name, in which case the Tcl variable at the caller's