Index: openacs-4/packages/acs-templating/www/doc/tagref/formgroup.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/tagref/formgroup.adp,v diff -u -N -r1.3.2.6 -r1.3.2.7 --- openacs-4/packages/acs-templating/www/doc/tagref/formgroup.adp 7 Nov 2016 19:23:16 -0000 1.3.2.6 +++ openacs-4/packages/acs-templating/www/doc/tagref/formgroup.adp 1 Dec 2016 16:54:34 -0000 1.3.2.7 @@ -36,17 +36,22 @@ the button.

  • The formgroup tag may emulate either the multiple or grid tags in repeating the template section within the tag. By default it emulates the multiple tag. If the cols attribute is specified, the formgroup 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.

    -<formgroup id="services" onChange="validate();">
    -
    -
  • See the formtemplate +the grid tag.

  • +
  • +

    + 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" style="background-color:white;">
    +
  • +
  • See the formtemplate and formwidget tags for more information on writing the body of a dynamic form template.


  • -templating\@arsdigita.com +