Index: openacs-4/packages/acs-templating/www/doc/api/element.html
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/api/element.html,v
diff -u -r1.2 -r1.3
--- openacs-4/packages/acs-templating/www/doc/api/element.html 17 May 2003 10:05:51 -0000 1.2
+++ openacs-4/packages/acs-templating/www/doc/api/element.html 7 Aug 2017 23:48:02 -0000 1.3
@@ -4,7 +4,7 @@
Form Element
- Templating System : API Reference
+ Templating System : API Reference
Summary
@@ -31,23 +31,23 @@
Append a new element to the specified form.
- - The html switch may be used to include additional HTML
+
- The html switch may be used to include additional HTML
attributes
- in the input, select, or textarea tag
+ in the input, select, or textarea tag
used to ultimately render the element.
-
- The validate switch may be used to perform simple
- custom validation of each element value. type is a keyword
+
- The validate switch may be used to perform simple
+ custom validation of each element value. type is a keyword
for the type of validation being performed. This same keyword must
- be referenced by the formerror tag to customize
+ be referenced by the formerror tag to customize
the presentation and layout of the error message for this validation
- step. expression must be a block of arbitrary Tcl code
+ step. expression must be a block of arbitrary Tcl code
that evaluates to 1 (valid) or 0 (not valid). The variable
- $value may be used in the expression to reference the
- element value. message is simply a string containing a
+ $value may be used in the expression to reference the
+ element value. message is simply a string containing a
message to return to the user if validation fails. The variables
- $value and $label may be used in the message to
+ $value and $label may be used in the message to
reference the parameter value and label (or name if no label is
supplied).
@@ -76,7 +76,7 @@
Note(s)
-templating@arsdigita.com
+