template::element::get_value (public)
template::element::get_value form_id element_id
Defined in packages/acs-templating/tcl/element-procs.tcl
Retrieves the current value of an element. Typically used following a valid form submission to retrieve the submitted value.
- Parameters:
- form_id (required)
- The identifier of the form containing the element.
- element_id (required)
- The unique identifier of the element.
- Returns:
- The current value of the element.
- See Also:
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.