Index: openacs-4/packages/acs-templating/tcl/element-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/element-procs.tcl,v diff -u -N -r1.25.6.2 -r1.25.6.3 --- openacs-4/packages/acs-templating/tcl/element-procs.tcl 3 Mar 2007 00:19:23 -0000 1.25.6.2 +++ openacs-4/packages/acs-templating/tcl/element-procs.tcl 3 Mar 2007 18:44:54 -0000 1.25.6.3 @@ -68,8 +68,6 @@ @option label The label for the form element. - @option section The section name for the element. - @option html A list of name-value attribute pairs to include in the HTML tag for widget. Typically used for additional formatting options, such as cols or @@ -106,7 +104,7 @@ 1 or 0, and message is to be displayed to the user when the validation step fails, that is, if the expression evaluates to 0. Use the special variable $value - to refer to the value entered by the user in that field. + to refer to the value entered by the user in that field. @option sign specify for a hidden widget that its value should be signed @@ -141,6 +139,7 @@ @see template::widget @see template::data::validate @see template::form::create + @see template::form::section } { set level [template::adp_level]