template::element::set_value (public)
template::element::set_value form_id element_id value
Defined in packages/acs-templating/tcl/element-procs.tcl
Sets the value of an element
- Parameters:
- form_id (required)
- The identifier of the form containing the element.
- element_id (required)
- The unique identifier of the element.
- value (required)
- The value to apply
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: get_reference set element(value) $value set element(values) [list $value]XQL Not present: Generic, PostgreSQL, Oracle