template::form::section (public)
template::form::section [ -fieldset fieldset ] \ [ -legendtext legendtext ] [ -legend legend ] id section
Defined in packages/acs-templating/tcl/form-procs.tcl
Set the current section (fieldset) of the form. A form may be divided into any number of fieldsets to group related elements. Elements are tagged with the current fieldset properties as they are added to the form. A form style template may insert a divider in the form whenever the fieldset identifier changes.
- Switches:
- -fieldset (optional)
- A list of name-value attribute pairs for the FIELDSET tag
- -legendtext (optional)
- The legend text
- -legend (optional)
- A list of name-value attribute pairs for the LEGEND tag
- Parameters:
- id (required)
- The form identifier.
- section (required)
- The current fieldset identifier
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.