template::list::set_elements_property (public)
template::list::set_elements_property -list_name list_name \ -element_names element_names -property property -value value
Defined in packages/acs-templating/tcl/list-procs.tcl
Sets a property on multiple list elements
- Switches:
- -list_name (required)
- Name of the list
- -element_names (required)
- List of element names
- -property (required)
- Which property to set
- -value (required)
- Value to set, all elements in element_names get this value
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.