template::list::element::set_properties (public)
template::list::element::set_properties -list_name list_name \ -element_name element_name -spec spec [ -ulevel ulevel ]
Defined in packages/acs-templating/tcl/list-procs.tcl
Set a list of properties in array get format for the given list template.
- Switches:
- -list_name (required)
- -element_name (required)
- -spec (required)
- -ulevel (optional, defaults to
"1"
)- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: incr ulevel foreach { property value } $spec { set_property -list_name $list_name -element_name $element_name -property $property -value $value -ulevel $ulevel }XQL Not present: Generic, PostgreSQL, Oracle