template::form::render (private)

 template::form::render id tag_attributes

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

Render the HTML FORM tag along with a hidden element that identifies the form object.

Parameters:
id - The form identifier
tag_attributes - A name-value list of special attributes to add to the FORM tag, such as JavaScript event handlers.
Returns:
A string containing the rendered tags.

Partial Call Graph (max 5 caller/called nodes):
%3 _ _ (public) ad_log ad_log (public) ad_return_complaint ad_return_complaint (public) ad_script_abort ad_script_abort (public) export_vars export_vars (public) template::form::render template::form::render template::form::render->_ template::form::render->ad_log template::form::render->ad_return_complaint template::form::render->ad_script_abort template::form::render->export_vars

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