Index: openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl,v diff -u -N -r1.75 -r1.76 --- openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl 9 May 2018 15:33:29 -0000 1.75 +++ openacs-4/packages/acs-tcl/tcl/form-processing-procs.tcl 14 May 2018 13:22:24 -0000 1.76 @@ -332,7 +332,7 @@

-on_refresh

-

Executed when the form comes back from being refreshed using javascript with the __refreshing_p flag set. +
Executed when the form comes back from being refreshed using JavaScript with the __refreshing_p flag set.

-on_submit

@@ -402,7 +402,7 @@

__refreshing_p

- This should be set true by Javascript widgets which change a form element then + This should be set true by JavaScript widgets which change a form element then submit the form to refresh values.
@@ -774,7 +774,7 @@ template::element create $form_name __confirmed_p -datatype integer -widget hidden -value 0 - # javascript widgets can change a form value and submit the result in order to allow the + # JavaScript widgets can change a form value and submit the result in order to allow the # generating script to fill in a value such as an image. The widget must set __refreshing_p # true.