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):
%3 template::list::element::set_property template::list::element::set_property (public) template::list::set_elements_property template::list::set_elements_property template::list::set_elements_property->template::list::element::set_property

Testcases:
No testcase defined.
Source code:
    foreach name $element_names {
        template::list::element::set_property  -list_name $list_name  -element_name $name  -property $property  -value $value
    }
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: