Index: openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl,v diff -u -N -r1.52 -r1.53 --- openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl 17 May 2018 07:43:24 -0000 1.52 +++ openacs-4/packages/acs-tcl/tcl/tcl-documentation-procs.tcl 6 Jun 2018 11:11:26 -0000 1.53 @@ -373,11 +373,11 @@
oneof
Pluggable filter, installed by default, that makes sure the value X contained in - the set of the provided values. Usage example: oneof:(red|blue|green) -x + the set of the provided values. Usage example: color:oneof(red|blue|green) +
range
Pluggable filter, installed by default, that makes sure the value X is in range - [Y, Z]. Usage example: foo:(1|100) + [Y, Z]. Usage example: foo:range(1|100)
nohtml
Pluggable filter, installed by default, that disallows any and all html.