template::form::generate (private)

 template::form::generate id [ style ]

Defined in packages/acs-templating/tcl/form-procs.tcl

Render the finished HTML output for a dynamic form.

Parameters:
id - The form identifier
style (optional) - The style template to use when generating the form. Form style templates must be placed in the forms subdirectory of the ATS resources directory.
Returns:
A string containing the HTML for the body of the form.

Partial Call Graph (max 5 caller/called nodes):
%3 template::adp_compile template::adp_compile (public) template::adp_eval template::adp_eval (public) template::adp_level template::adp_level (public) template::form::template template::form::template (private) template::form::generate template::form::generate template::form::generate->template::adp_compile template::form::generate->template::adp_eval template::form::generate->template::adp_level template::form::generate->template::form::template

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