template::element::render (private)
template::element::render form_id element_id tag_attributes
Defined in packages/acs-templating/tcl/element-procs.tcl
Generate the HTML for a particular form widget.
- Parameters:
- form_id (required)
- The identifier of the form containing the element.
- element_id (required)
- The unique identifier of the element within the form.
- tag_attributes (required)
- A name-value list of additional HTML attributes to include in the tag, such as JavaScript handlers or special formatting (i.e. ROWS and COLS for a TEXTAREA).
- Returns:
- A string containing the HTML for an INPUT, SELECT or TEXTAREA form element.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.