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 (required)
- The form identifier
- tag_attributes (required)
- 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):
- Testcases:
- No testcase defined.