Index: openacs-4/packages/acs-templating/www/doc/tagref/formgroup.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/tagref/formgroup.html,v diff -u -N -r1.2.22.2 -r1.2.22.3 --- openacs-4/packages/acs-templating/www/doc/tagref/formgroup.html 1 Dec 2016 20:43:45 -0000 1.2.22.2 +++ openacs-4/packages/acs-templating/www/doc/tagref/formgroup.html 2 Dec 2016 12:21:19 -0000 1.2.22.3 @@ -53,12 +53,14 @@ tag will emulate the grid tag.

-
  • HTML attributes, including JavaScript event handlers, may be - specified as attributes to the formgroup tag. The - system will include all such attributes in the input - tags of each radio button or check box in the group.

    +
  • HTML attributes may be specified as attributes to + the formgroup tag. The system will include all such + attributes in the input tags of each radio button or + check box in the group. Although possible, newer browser + security features such as CSP discourage the use of inline + Javascript event handlers.

    -
    <formgroup id="services" onChange="validate();">
    +
    <formgroup id="services" style="background-color:white;">
  • See the formtemplate and formwidget tags for more information