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.9.2.1 -r1.9.2.2
--- openacs-4/packages/acs-templating/tcl/element-procs.tcl 21 Feb 2003 12:25:22 -0000 1.9.2.1
+++ openacs-4/packages/acs-templating/tcl/element-procs.tcl 26 Feb 2003 21:32:50 -0000 1.9.2.2
@@ -60,11 +60,13 @@
widgets must have a rendering procedure defined in
the template::widget namespace.
-
@option datatype The name of a datatype for the element values. Valid
datatypes must have a validation procedure defined in
the template::data::validate namespace.
+ @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
@@ -93,7 +95,10 @@
1 or 0, and message is to be displayed to the user when
the validation step fails.
+ @option help_text Text displayed with the element
+ @option help Display helpful hints (date widget only?)
+
@option optional A flag indicating that no value is required for this
element. If a default value is specified, the default
is used instead.