template::wizard::get_wizards (private)
template::wizard::get_wizards
Defined in packages/acs-templating/tcl/wizard-procs.tcl
we will get all the wizards that we have passed through
- See Also:
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: set wizards {} set levels [get_wizards_levels] foreach i $levels { upvar #$i wizard:name parent_wizard if {[info exists parent_wizard]} { lappend wizards $parent_wizard } } return $wizardsXQL Not present: Generic, PostgreSQL, Oracle