Index: openacs-4/packages/acs-templating/tcl/form-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/form-procs.tcl,v diff -u -r1.7 -r1.7.2.1 --- openacs-4/packages/acs-templating/tcl/form-procs.tcl 24 Sep 2002 09:06:04 -0000 1.7 +++ openacs-4/packages/acs-templating/tcl/form-procs.tcl 21 Feb 2003 12:25:22 -0000 1.7.2.1 @@ -18,12 +18,14 @@ template:: @see template::form + @see template::element } - ad_proc -public template::form { command args } { - template::form command invokes form functions. - Please see the individual functions for - their arguments. + + template::form command invokes form functions. Please see the + individual functions for their arguments. The template::element + api is used to manipulate form elements. @see template::form::create @see template::form::exists @@ -36,6 +38,7 @@ @see template::form::section @see template::form::set_values @see template::form::size + @see template::element } { eval template::form::$command $args }