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 -r1.3 -r1.4 --- openacs-4/packages/acs-templating/www/doc/tagref/formgroup.adp 23 Jun 2015 14:23:08 -0000 1.3 +++ openacs-4/packages/acs-templating/www/doc/tagref/formgroup.adp 7 Aug 2017 23:48:03 -0000 1.4 @@ -1,15 +1,20 @@ -{/doc/acs-templating {Templating}} {Templating System Tag Reference: Formgroup} +{/doc/acs-templating {ACS Templating}} {Templating System Tag Reference: Formgroup} Templating System Tag Reference: Formgroup - - -

Formgroup

Templating System : Designer Guide : Tag Reference : Formgroup -

Summary

The formgroup tag is used to lay out a set of check +

Formgroup

+Templating System + : Designer Guide + : Tag Reference + : Formgroup +

Summary

+

The formgroup tag is used to lay out a set of check boxes or radio buttons in a dynamic form template. All the check boxes or radio buttons in a group share the same name. A button group must be created as an element in the Tcl script associated -with the template.

Usage

+with the template.

+

Usage

+
   <formtemplate id="choose_services">
     <table>
       <formgroup id=services>
@@ -18,26 +23,32 @@
     </table><br>
   <input type="submit" value="Submit">
   </formtemplate>
-

Notes

+

Notes

+
templating\@arsdigita.com - +
  • See the formtemplate +and formwidget tags for +more information on writing the body of a dynamic form +template.

  • + +
    + \ No newline at end of file