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

  <formtemplate id="choose_services">
    <table>
      <formgroup id=services>
         <tr><td>@formgroup.widget@</td><td>@formgroup.label@</td></tr>
      </formgroup>
    </table><br>
  <input type="submit" value="Submit">
  </formtemplate>

Notes