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 -r1.37.2.14 -r1.37.2.15 --- openacs-4/packages/acs-templating/tcl/element-procs.tcl 20 Apr 2022 06:52:57 -0000 1.37.2.14 +++ openacs-4/packages/acs-templating/tcl/element-procs.tcl 20 Apr 2022 07:16:32 -0000 1.37.2.15 @@ -80,6 +80,7 @@ -multiple:boolean -format -section + -htmlarea_p args } { template::element::create syntax requires first two non-positional @@ -114,6 +115,7 @@ display_value format section + htmlarea_p } { if {[info exists $flag]} { dict set opts $flag [set $flag] @@ -243,6 +245,10 @@ @option section Specify to which form section this element belongs + @option htmlarea_p Only relevant for textarea kind of elements, + tells if the element is supposed to be + rendered as a richtext editor or not. + @see template::widget @see template::data::validate @see template::form::create