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.37.2.12 -r1.37.2.13 --- openacs-4/packages/acs-templating/tcl/element-procs.tcl 20 Apr 2022 06:09:34 -0000 1.37.2.12 +++ openacs-4/packages/acs-templating/tcl/element-procs.tcl 20 Apr 2022 06:51:49 -0000 1.37.2.13 @@ -79,6 +79,7 @@ -display_value -multiple:boolean -format + -section args } { template::element::create syntax requires first two non-positional @@ -112,6 +113,7 @@ after_html display_value format + section } { if {[info exists $flag]} { dict set opts $flag [set $flag] @@ -239,6 +241,8 @@ or interpret its value. Refer to the specific widgets for the actual behavior. + @option section Specify to which form section this form belongs + @see template::widget @see template::data::validate @see template::form::create