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:

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 $wizards
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: