template::wizard::get_reference (private)

 template::wizard::get_reference

Defined in packages/acs-templating/tcl/wizard-procs.tcl

Get a reference to the wizard steps (internal helper)

See Also:

Testcases:
No testcase defined.
Source code:

    uplevel {

        variable parse_level
        set level $parse_level

        upvar #$level wizard:steps steps wizard:properties properties wizard:name wizard_name wizard:wizards wizards wizard:finish_url wizard_finish_url
        if { ! [info exists steps] } {
            error "Wizard does not exist"
        }
    }
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: