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 - The form identifier.
section - The current fieldset identifier

Partial Call Graph (max 5 caller/called nodes):
%3 ad_log ad_log (public) template::form::get_reference template::form::get_reference (private) template::form::section template::form::section template::form::section->ad_log template::form::section->template::form::get_reference

Testcases:
No testcase defined.
[ show source ]
Show another procedure: