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.22 -r1.23 --- openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl 11 Jan 2003 03:23:52 -0000 1.22 +++ openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl 27 Jan 2003 15:29:05 -0000 1.23 @@ -149,6 +149,10 @@ being served. +

-cancel_url

+

The URL the cancel button should take you to. If this is specified, a cancel button will show up. +
+

-html

The given html will be added to the "form" tag when page is rendered. This is commonly used to define multipart file handling forms.